summaryrefslogtreecommitdiff
path: root/tests/run-test/bug75042-2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-test/bug75042-2.phpt')
-rw-r--r--tests/run-test/bug75042-2.phpt7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/run-test/bug75042-2.phpt b/tests/run-test/bug75042-2.phpt
index 25f6d08e61..2c5718a9a0 100644
--- a/tests/run-test/bug75042-2.phpt
+++ b/tests/run-test/bug75042-2.phpt
@@ -1,15 +1,10 @@
--TEST--
phpt EXTENSIONS directive with static module
---SKIPIF--
-<?php
-$php = getenv('TEST_PHP_EXECUTABLE');
-if (false === stripos(`$php -n -m`, 'spl')) {
- die('skip spl is NOT built static');
-}
--EXTENSIONS--
SPL
--FILE--
<?php
var_dump(extension_loaded('spl'));
+?>
--EXPECT--
bool(true)