summaryrefslogtreecommitdiff
path: root/_test/cases/inc/html_hilight.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/cases/inc/html_hilight.test.php')
-rw-r--r--_test/cases/inc/html_hilight.test.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/_test/cases/inc/html_hilight.test.php b/_test/cases/inc/html_hilight.test.php
index 85f224b6e..cc5579c71 100644
--- a/_test/cases/inc/html_hilight.test.php
+++ b/_test/cases/inc/html_hilight.test.php
@@ -2,9 +2,7 @@
require_once DOKU_INC.'inc/html.php';
-if ( !extension_loaded('runkit') &&
- !@dl('runkit.dll') &&
- !@dl('runkit.so' ) ){
+if (!extension_loaded('runkit')) {
SimpleTestOptions::ignore('html_hilight_test');
trigger_error('Skipping html_hilight_test - http://www.php.net/runkit required');
}