Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 53a562e

Browse files
authored
Merge pull request #78 from AlexMasterov/fix-test-filepath
Fix the testing filepath
2 parents 34e054f + bc19836 commit 53a562e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/TryCatch.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ $isolate = null;
6969
$context = null;
7070

7171
echo 'END', PHP_EOL;
72-
// EXPECTF: ---/string\(\d+\) ".+\/php-v8\/tests\/TryCatch.php"/
73-
// EXPECTF: +++string(%d) "%s/php-v8/tests/TryCatch.php"
72+
// EXPECTF: ---/string\(\d+\) ".+\/tests\/TryCatch.php"/
73+
// EXPECTF: +++string(%d) "%s/tests/TryCatch.php"
7474
?>
7575
--EXPECTF--
7676
Object representation (default):
@@ -199,7 +199,7 @@ object(V8\TryCatch)#11 (8) {
199199
["code":protected]=>
200200
int(0)
201201
["file":protected]=>
202-
string(%d) "%s/php-v8/tests/TryCatch.php"
202+
string(%d) "%s/tests/TryCatch.php"
203203
["line":protected]=>
204204
int(36)
205205
["trace":"Exception":private]=>

0 commit comments

Comments
 (0)