diff options
Diffstat (limited to 'ext/fileinfo/tests/bug68996.phpt')
-rw-r--r-- | ext/fileinfo/tests/bug68996.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fileinfo/tests/bug68996.phpt b/ext/fileinfo/tests/bug68996.phpt index 214e52fa6f..a489e3c0de 100644 --- a/ext/fileinfo/tests/bug68996.phpt +++ b/ext/fileinfo/tests/bug68996.phpt @@ -6,7 +6,7 @@ if (getenv("USE_ZEND_ALLOC") !== "0") { print "skip Need Zend MM disabled"; } ?> -<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?> +<?php require_once(__DIR__ . '/skipif.inc'); ?> --INI-- html_errors=1 --FILE-- |