Skip to content

Commit

Permalink
Fix CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
Berry Goudswaard committed Nov 20, 2014
1 parent fc84ac1 commit 3b8c85b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase/ORM/TableRegistryTest.php
Expand Up @@ -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.');

Expand Down

0 comments on commit 3b8c85b

Please sign in to comment.