summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/issue0140.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/issue0140.phpt')
-rw-r--r--ext/opcache/tests/issue0140.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/tests/issue0140.phpt b/ext/opcache/tests/issue0140.phpt
index 98e0e45cc2..97fc11b3c7 100644
--- a/ext/opcache/tests/issue0140.phpt
+++ b/ext/opcache/tests/issue0140.phpt
@@ -8,6 +8,7 @@ opcache.file_update_protection=0
--SKIPIF--
<?php require_once('skipif.inc'); ?>
<?php if (php_sapi_name() != "cli") die("skip CLI only"); ?>
+<?php if (getenv("SKIP_SLOW_TESTS")) die("skip slow tests excluded by request") ?>
--FILE--
<?php
define("FILENAME", dirname(__FILE__) . "/issuer0140.inc.php");