Skip to content

Commit

Permalink
Fix the paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Dec 31, 2020
1 parent 6fe49e1 commit eb244f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/harden_rand_php8/harden_rand_noargs.phpt
Expand Up @@ -36,8 +36,8 @@ echo "Absolutely everything\n";
echo 'Even with single quotes';
?>
--EXPECTF--
Fatal error: Uncaught ArgumentCountError: rand() expects exactly 2 arguments, 1 given in %s/tests/harden_rand/harden_rand_noargs.php:5
Fatal error: Uncaught ArgumentCountError: rand() expects exactly 2 arguments, 1 given in %s/tests/harden_rand_php8/harden_rand_noargs.php:5
Stack trace:
#0 %s/tests/harden_rand/harden_rand_noargs.php(5): rand(1)
#0 %s/tests/harden_rand_php8/harden_rand_noargs.php(5): rand(1)
#1 {main}
thrown in %s/tests/harden_rand_php8/harden_rand_noargs.php on line 5

0 comments on commit eb244f4

Please sign in to comment.