summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/internal_func_info_static_method.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/internal_func_info_static_method.phpt')
-rw-r--r--ext/opcache/tests/internal_func_info_static_method.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/tests/internal_func_info_static_method.phpt b/ext/opcache/tests/internal_func_info_static_method.phpt
index df4e9b2aab..1a189b00a8 100644
--- a/ext/opcache/tests/internal_func_info_static_method.phpt
+++ b/ext/opcache/tests/internal_func_info_static_method.phpt
@@ -2,7 +2,7 @@
Internal static methods should not be confused with global functions
--SKIPIF--
<?php
-if (!extension_loaded('zend-test')) die('skip requires zend-test');
+if (!extension_loaded('zend_test')) die('skip requires zend_test');
?>
--FILE--
<?php