Skip to content

Commit b8534da

Browse files
committed
Exclude opcache from a few opcode related tests
1 parent 81a0085 commit b8534da

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

sapi/phpdbg/tests/clean_001.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Cleaning must preserve breakpoints
3+
--INI--
4+
opcache.enable_cli=0
35
--PHPDBG--
46
b 4
57
b foo

sapi/phpdbg/tests/clear_001.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test clearing breakpoints
3+
--INI--
4+
opcache.enable_cli=0
35
--PHPDBG--
46
b 4
57
b foo

sapi/phpdbg/tests/phpdbg_oplog_001.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Test phpdbg_*_oplog() functions
3+
--INI--
4+
opcache.enable_cli=0
35
--PHPDBG--
46
r
57
q

sapi/phpdbg/tests/print_001.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Basic print functionality
3+
--INI--
4+
opcache.enable_cli=0
35
--PHPDBG--
46
p foo
57
p class \Foo\bar

sapi/phpdbg/tests/print_002.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
--TEST--
22
Relative print commands
3+
--INI--
4+
opcache.enable_cli=0
35
--PHPDBG--
46
b foo
57
r

0 commit comments

Comments
 (0)