Skip to content

Commit f6228b5

Browse files
committed
add closing php tags to tests
1 parent 3d3f5dc commit f6228b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Zend/tests/attributes/override/properties_19.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ class C implements I {
1616

1717
echo "Done";
1818

19+
?>
1920
--EXPECT--
2021
Done

Zend/tests/attributes/override/properties_20.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ class C {
1212

1313
echo "Done";
1414

15+
?>
1516
--EXPECTF--
1617
Fatal error: C::$c has #[\Override] attribute, but no matching parent property exists in %s on line %d

0 commit comments

Comments
 (0)