We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6deb1 commit b6e2c39Copy full SHA for b6e2c39
1 file changed
tests/TestCase/DebugIncludeTest.php
@@ -27,7 +27,7 @@ public function testIncludePaths()
27
$include = new DebugInclude();
28
$result = $include->includePaths();
29
$this->assertIsArray($result);
30
- $this->assertFileExists($result[0]);
+ $this->assertStringContainsString($result[0], get_include_path());
31
}
32
33
public function testIsCakeFile()
0 commit comments