Skip to content

Commit

Permalink
Fix the test for good
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Nov 20, 2020
1 parent 6570607 commit 3e5e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/strict_mode/strict_mode_enabled.phpt
Expand Up @@ -11,7 +11,7 @@ sp.configuration_file={PWD}/config/config_strict_mode_enabled.ini
ini_set('display_errors', 1);
?>
--EXPECTF--
Fatal error: Uncaught TypeError: ini_set() expects parameter 2 to be string, int%s given in %s/tests/strict_mode/strict_mode_enabled.php:2
Fatal error: Uncaught TypeError: ini_set() expects parameter 2 to be string, %s given in %s/tests/strict_mode/strict_mode_enabled.php:%d
Stack trace:
#0 %s/tests/strict_mode/strict_mode_enabled.php(2): ini_set('display_errors', 1)
#1 {main}
Expand Down

0 comments on commit 3e5e258

Please sign in to comment.