Skip to content

Commit c0441f9

Browse files
committed
Replace SKIPIF with EXTENSIONS
1 parent 822047f commit c0441f9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ext/reflection/tests/internal_static_property.phpt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
--TEST--
22
ReflectionProperty::get/setValue() on internal static property
3-
--SKIPIF--
4-
<?php
5-
if (!class_exists('_ZendTestClass')) die('skip zend_test extension required');
6-
?>
3+
--EXTENSIONS--
4+
zend_test
75
--FILE--
86
<?php
97

0 commit comments

Comments
 (0)