We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f85c4 commit d3386b8Copy full SHA for d3386b8
tests/base/extension_info.phpt
@@ -12,7 +12,7 @@ function contains($input, $expected) {
12
}
13
14
$version = phpversion('zephir_parser');
15
-$actual = trim(file_get_contents(__DIR__ . '/../../VERSION'));
+$actual = trim(file_get_contents(__DIR__ . '/VERSION'));
16
17
$compare = $version === $actual;
18
var_dump($compare);
0 commit comments