summaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
Diffstat (limited to 'php')
-rw-r--r--php/tests/001.phpt6
1 files changed, 1 insertions, 5 deletions
diff --git a/php/tests/001.phpt b/php/tests/001.phpt
index eb2717a..b6736b5 100644
--- a/php/tests/001.phpt
+++ b/php/tests/001.phpt
@@ -1,10 +1,6 @@
--TEST--
Check for remctl module
---SKIPIF--
-<?php if (!extension_load("remctl")) print "skip"; ?>
--FILE--
-<?php
- echo "remctl module is available";
-?>
+<?php if (extension_loaded("remctl")) echo "remctl module is available"; ?>
--EXPECT--
remctl module is available