diff --git a/tests/TestCase/Db/Adapter/AdapterFactoryTest.php b/tests/TestCase/Db/Adapter/AdapterFactoryTest.php index c55ee69d..6fc41e16 100644 --- a/tests/TestCase/Db/Adapter/AdapterFactoryTest.php +++ b/tests/TestCase/Db/Adapter/AdapterFactoryTest.php @@ -33,7 +33,6 @@ public function testInstanceIsFactory() public function testRegisterAdapter() { - $mock = $this->getMockForAbstractClass(PdoAdapter::class, [['foo' => 'bar']]); $this->factory->registerAdapter('test', function (array $options) use ($mock) { $this->assertEquals('value', $options['key']);