Skip to content

Commit

Permalink
Add proper EXTENSIONS section for tests in Zend/
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Jun 18, 2021
1 parent ff11459 commit acb7803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions Zend/tests/unset_cv05.phpt
Expand Up @@ -3,12 +3,8 @@ unset() CV 5 (indirect unset() of global variable in session_start())
--INI--
session.auto_start=0
session.save_handler=files
--SKIPIF--
<?php

include(__DIR__.'/../../ext/session/tests/skipif.inc');

?>
--EXTENSIONS--
session
--FILE--
<?php
$_SESSION = "ok\n";
Expand Down
4 changes: 2 additions & 2 deletions Zend/tests/unset_cv06.phpt
@@ -1,7 +1,7 @@
--TEST--
unset() CV 6 (indirect unset() of global variable in session_unset())
--SKIPIF--
<?php include(__DIR__.'/../../ext/session/tests/skipif.inc'); ?>
--EXTENSIONS--
session
--INI--
session.auto_start=0
session.save_handler=files
Expand Down

0 comments on commit acb7803

Please sign in to comment.