Skip to content

Commit fcccb4c

Browse files
committed
Add missing zend_test dependency
1 parent 584dc19 commit fcccb4c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ext/zend_test/tests/optimizer_register_pass.phpt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
--TEST--
22
Optimizer: Pass Registration
3+
--EXTENSIONS--
4+
opcache
5+
zend_test
36
--SKIPIF--
47
<?php
58
if (getenv("SKIP_REPEAT")) {
69
die("skip pass registration does not need repeat");
710
}
811
?>
9-
--EXTENSIONS--
10-
opcache
1112
--INI--
1213
opcache.enable_cli=1
1314
opcache.file_cache=

0 commit comments

Comments
 (0)