Skip to content

Commit acb7803

Browse files
committed
Add proper EXTENSIONS section for tests in Zend/
1 parent ff11459 commit acb7803

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Zend/tests/unset_cv05.phpt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ unset() CV 5 (indirect unset() of global variable in session_start())
33
--INI--
44
session.auto_start=0
55
session.save_handler=files
6-
--SKIPIF--
7-
<?php
8-
9-
include(__DIR__.'/../../ext/session/tests/skipif.inc');
10-
11-
?>
6+
--EXTENSIONS--
7+
session
128
--FILE--
139
<?php
1410
$_SESSION = "ok\n";

Zend/tests/unset_cv06.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--TEST--
22
unset() CV 6 (indirect unset() of global variable in session_unset())
3-
--SKIPIF--
4-
<?php include(__DIR__.'/../../ext/session/tests/skipif.inc'); ?>
3+
--EXTENSIONS--
4+
session
55
--INI--
66
session.auto_start=0
77
session.save_handler=files

0 commit comments

Comments
 (0)