Skip to content

Commit d3386b8

Browse files
committed
#160 - Adjust path in test
1 parent f0f85c4 commit d3386b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/base/extension_info.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function contains($input, $expected) {
1212
}
1313

1414
$version = phpversion('zephir_parser');
15-
$actual = trim(file_get_contents(__DIR__ . '/../../VERSION'));
15+
$actual = trim(file_get_contents(__DIR__ . '/VERSION'));
1616

1717
$compare = $version === $actual;
1818
var_dump($compare);

0 commit comments

Comments
 (0)