mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 21:26:43 +02:00
Deprecated setMethods() usages moving to onlyMethods()
This commit is contained in:
@@ -24,7 +24,7 @@ class DynamoDbHandlerTest extends TestCase
|
||||
}
|
||||
|
||||
$this->client = $this->getMockBuilder('Aws\DynamoDb\DynamoDbClient')
|
||||
->setMethods(['formatAttributes', '__call'])
|
||||
->onlyMethods(['formatAttributes', '__call'])
|
||||
->disableOriginalConstructor()
|
||||
->getMock();
|
||||
}
|
||||
|
Reference in New Issue
Block a user