Skip to content

Commit

Permalink
Fixed some assumptions for test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Apr 11, 2016
1 parent ea2a490 commit 0d1021a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/bug01266.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
--TEST--
Test for bug #1266: xdebug_dump_superglobals() always dumps empty $_SESSION stack on PHP 7
--SKIPIF--
<?php if (!extension_loaded("xdebug")) print "skip"; ?>
<?php if (!extension_loaded("session")) print "skip session extension not available"; ?>
--INI--
xdebug.dump.SESSION=*
--FILE--
Expand Down

0 comments on commit 0d1021a

Please sign in to comment.