Skip to content

Commit

Permalink
Enable 3 more tests for php8
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Dec 31, 2020
1 parent 0789686 commit b0e54dd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/tests/cookies_encryption/encrypt_cookies2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Cookie encryption in ipv4
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
<?php if (PHP_VERSION_ID >= 80000) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/config_encrypted_regexp_cookies.ini
--COOKIE--
Expand Down
1 change: 0 additions & 1 deletion src/tests/cookies_encryption/encrypt_regexp_cookies2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Cookie encryption in ipv4
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
<?php if (PHP_VERSION_ID >= 80000) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/config_encrypted_regexp_cookies.ini
--COOKIE--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Disable function, bug : https://github.com/jvoisin/snuffleupagus/issues/181
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
<?php if (PHP_VERSION_ID >= 80000) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/disabled_functions_drop_include.ini
--FILE--
Expand Down

0 comments on commit b0e54dd

Please sign in to comment.