소스 검색

Remove hard-coded full pathnames from test

Stefan Siegl 9 년 전
부모
커밋
afa52c07bc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/fatal_error_rethrow.phpt

+ 2 - 2
tests/fatal_error_rethrow.phpt

@@ -27,6 +27,6 @@ Fatal error: Uncaught Error: Call to a member function bar() on %s in %s%efatal_
 Stack trace:
 #0 [internal function]: {closure}()
 #1 [internal function]: Closure->__invoke()
-#2 /home/stesie/Projekte/v8js-php7/tests/fatal_error_rethrow.php(16): V8Js->executeString('\nPHP.foo();\n')
+#2 %s%efatal_error_rethrow.php(16): V8Js->executeString('\nPHP.foo();\n')
 #3 {main}
-  thrown in /home/stesie/Projekte/v8js-php7/tests/fatal_error_rethrow.php on line 7
+  thrown in %s%efatal_error_rethrow.php on line 7