Browse Source

Added assertion for PluginTest::testIgnoreMissingFiles()

Kim Egede Jakobsen 11 years ago
parent
commit
17d8b94ff5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Core/PluginTest.php

+ 1 - 1
tests/TestCase/Core/PluginTest.php

@@ -174,7 +174,7 @@ class PluginTest extends TestCase {
 				'routes' => true,
 				'ignoreMissing' => true
 		)));
-		Plugin::routes();
+		$this->assertTrue(Plugin::routes());
 	}
 
 /**