We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a1bf1 commit 041dde7Copy full SHA for 041dde7
1 file changed
tests/www/RouterTest.php
@@ -26,7 +26,7 @@ public function testSyntax()
26
foreach ($files as $file) {
27
if (preg_match('/.(yml|yaml)$/', $file)) {
28
try {
29
- $value = $yaml->parse(file_get_contents('../../modules/'.$module.'/'.$file));
+ $value = $yaml->parse(file_get_contents('modules/'.$module.'/'.$file));
30
$this->addToAssertionCount(1);
31
} catch (\ParseException $e) {
32
$this->fail($e->getMessage().' in '.$e->getFile().':'.$e->getLine());
0 commit comments