mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 21:26:43 +02:00
Undo this LocalSocket fiasco, fix tests for latest phpunit
This commit is contained in:
@@ -25,7 +25,8 @@ class DynamoDbHandlerTest extends TestCase
|
||||
|
||||
$this->client = $this->getMockBuilder('Aws\DynamoDb\DynamoDbClient')
|
||||
->setMethods(['formatAttributes', '__call'])
|
||||
->disableOriginalConstructor()->getMock();
|
||||
->disableOriginalConstructor()
|
||||
->getMock();
|
||||
}
|
||||
|
||||
public function testConstruct()
|
||||
|
Reference in New Issue
Block a user