summaryrefslogtreecommitdiff
path: root/Zend/tests/inherit_internal_static.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-01-18 10:55:29 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-01-19 15:28:15 +0100
commitdbe5725ff3c89b61d14dea3e97bc77331830220e (patch)
treed8249f49cfdcae19d920a383bc217c9fa6a01cb4 /Zend/tests/inherit_internal_static.phpt
parentd1fe9ae05f9f8b321cf3a61177853c6c744f6840 (diff)
downloadphp-git-dbe5725ff3c89b61d14dea3e97bc77331830220e.tar.gz
Rename zend-test to zend_test
The extension name should match the name of the ext/ directory, otherwise it will not get picked up by run-tests. It would be possible to remap this in run-tests, but I think it's better to rename the extension to follow the standard format. Other extensions also use underscore instead of hyphen (e.g. pdo_mysql and not pdo-mysql). Of course, the ./configure option remains hyphenated. Closes GH-6613.
Diffstat (limited to 'Zend/tests/inherit_internal_static.phpt')
-rw-r--r--Zend/tests/inherit_internal_static.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/inherit_internal_static.phpt b/Zend/tests/inherit_internal_static.phpt
index 4716717f15..6e29301b74 100644
--- a/Zend/tests/inherit_internal_static.phpt
+++ b/Zend/tests/inherit_internal_static.phpt
@@ -1,7 +1,7 @@
--TEST--
Inherit internal static property into userland class
--SKIPIF--
-<?php if (!extension_loaded('zend-test')) die('skip requires zend-test'); ?>
+<?php if (!extension_loaded('zend_test')) die('skip requires zend_test'); ?>
--FILE--
<?php