Skip to content

Commit 8b24f30

Browse files
committed
readded missing test
1 parent 98e0380 commit 8b24f30

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

src/tests/appserver_016.phpt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ appserver: call phpinfo and check if is in text format
33
--CREDITS--
44
Johann Zelger <jz [at] techdivision [dot] com>
55
--INI--
6-
appserver.phpinfo_as_text = 1
6+
appserver.phpinfo_as_text = 0
77
--FILE--
88
<?php
99
phpinfo();
1010
--EXPECTF--
11-
phpinfo()
12-
%a
11+
<%a

src/tests/appserver_017.phpt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--TEST--
2+
appserver: call phpinfo and check if is in non text format
3+
--CREDITS--
4+
Johann Zelger <jz [at] techdivision [dot] com>
5+
--INI--
6+
appserver.phpinfo_as_text = 0
7+
--FILE--
8+
<?php
9+
phpinfo();
10+
--EXPECTF--
11+
<%a

0 commit comments

Comments
 (0)