Skip to content

Commit

Permalink
Added assertion for PluginTest::testIgnoreMissingFiles()
Browse files Browse the repository at this point in the history
  • Loading branch information
kimegede committed Aug 25, 2014
1 parent 1951b16 commit 17d8b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Core/PluginTest.php
Expand Up @@ -174,7 +174,7 @@ public function testIgnoreMissingFiles() {
'routes' => true,
'ignoreMissing' => true
)));
Plugin::routes();
$this->assertTrue(Plugin::routes());
}

/**
Expand Down

0 comments on commit 17d8b94

Please sign in to comment.