mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 06:06:40 +02:00
Attempt hhvm build fix
This commit is contained in:
@@ -21,7 +21,9 @@ class DynamoDbHandlerTest extends TestCase
|
|||||||
$this->markTestSkipped('aws/aws-sdk-php not installed');
|
$this->markTestSkipped('aws/aws-sdk-php not installed');
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->client = $this->getMockBuilder('Aws\DynamoDb\DynamoDbClient')->disableOriginalConstructor()->getMock();
|
$this->client = $this->getMockBuilder('Aws\DynamoDb\DynamoDbClient')
|
||||||
|
->setMethods(array('formatAttributes', '__call'))
|
||||||
|
->disableOriginalConstructor()->getMock();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testConstruct()
|
public function testConstruct()
|
||||||
|
Reference in New Issue
Block a user