summaryrefslogtreecommitdiff
path: root/Zend/tests/str_or_obj_zpp.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/str_or_obj_zpp.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/str_or_obj_zpp.phpt')
-rw-r--r--Zend/tests/str_or_obj_zpp.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/str_or_obj_zpp.phpt b/Zend/tests/str_or_obj_zpp.phpt
index 301abd8ddc..6328c61b2d 100644
--- a/Zend/tests/str_or_obj_zpp.phpt
+++ b/Zend/tests/str_or_obj_zpp.phpt
@@ -2,7 +2,7 @@
Test Z_PARAM_OBJ_OR_STR() and Z_PARAM_OBJ_OR_STR_OR_NULL
--SKIPIF--
<?php
-if (!extension_loaded('zend-test')) die('skip zend-test extension not loaded');
+if (!extension_loaded('zend_test')) die('skip zend_test extension not loaded');
?>
--FILE--
<?php