diff --git a/tests/TestCase/ORM/TableRegistryTest.php b/tests/TestCase/ORM/TableRegistryTest.php index c0c8e859e66..13c7bd26dc6 100644 --- a/tests/TestCase/ORM/TableRegistryTest.php +++ b/tests/TestCase/ORM/TableRegistryTest.php @@ -94,7 +94,6 @@ public function testConfigPlugin() { 'entityClass' => 'TestPlugin\Model\Entity\Comment', ]; - $result = TableRegistry::config('TestPlugin.TestPluginComments', $data); $this->assertEquals($data, $result, 'Returns config data.');