Skip to content

Commit

Permalink
Fix --EXTENSIONS-- section for two tests in ext/zend_test
Browse files Browse the repository at this point in the history
The extension name got broken in e6cf583.

Closes GH-8357.
  • Loading branch information
TimWolla authored and cmb69 committed Apr 13, 2022
1 parent 33bb201 commit 5655f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/zend_test/tests/observer_bug81430_1.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
Bug #81430 (Attribute instantiation frame accessing invalid frame pointer)
--EXTENSIONS--
zend-test
zend_test
--INI--
memory_limit=20M
zend_test.observer.enabled=1
Expand Down
2 changes: 1 addition & 1 deletion ext/zend_test/tests/observer_bug81430_2.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--TEST--
Bug #81430 (Attribute instantiation leaves dangling execute_data pointer)
--EXTENSIONS--
zend-test
zend_test
--INI--
memory_limit=20M
zend_test.observer.enabled=1
Expand Down

0 comments on commit 5655f1a

Please sign in to comment.