Skip to content

Commit

Permalink
Fix hardcoded paths in test
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoebi committed Nov 2, 2022
1 parent b30448f commit 4935e10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/zend_test/tests/gh9871.phpt
Expand Up @@ -21,13 +21,13 @@ $property = new MyReflectionProperty('A', 'protected');
$property->setAccessible(true);

?>
--EXPECT--
<!-- init '/Users/bob.weinand/php-src/ext/zend_test/tests/gh9871.php' -->
<file '/Users/bob.weinand/php-src/ext/zend_test/tests/gh9871.php'>
--EXPECTF--
<!-- init '%s' -->
<file '%s'>
<!-- init ReflectionProperty::__construct() -->
<ReflectionProperty::__construct>
</ReflectionProperty::__construct:NULL>
<!-- init ReflectionProperty::setAccessible() -->
<ReflectionProperty::setAccessible>
</ReflectionProperty::setAccessible:NULL>
</file '/Users/bob.weinand/php-src/ext/zend_test/tests/gh9871.php'>
</file '%s'>

0 comments on commit 4935e10

Please sign in to comment.