Skip to content

Commit

Permalink
Fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 26, 2024
1 parent e827ae6 commit ac088ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase/Db/Adapter/AdapterFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit ac088ce

Please sign in to comment.