From 4935e10fc81c76c028cba9b6011b7d8ef9ae8ddf Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Wed, 2 Nov 2022 16:02:16 +0100 Subject: [PATCH] Fix hardcoded paths in test --- ext/zend_test/tests/gh9871.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/zend_test/tests/gh9871.phpt b/ext/zend_test/tests/gh9871.phpt index c2b6f359bd6..d2915fff6f8 100644 --- a/ext/zend_test/tests/gh9871.phpt +++ b/ext/zend_test/tests/gh9871.phpt @@ -21,13 +21,13 @@ $property = new MyReflectionProperty('A', 'protected'); $property->setAccessible(true); ?> ---EXPECT-- - - +--EXPECTF-- + + - +