Skip to content

Randomize better checking #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Prev Previous commit
Fix nextFloat test syntax
  • Loading branch information
TimWolla authored Oct 16, 2022
commit eb49d8d7c64bf302548c0b6673f9cfe73928e2d3
2 changes: 1 addition & 1 deletion ext/random/tests/03_randomizer/methods/nextFloat.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Random: Randomizer: nextFloat(): Basic functionality
--SKIPIF--
<?php

if (!method_exists("Randomizer", "nextFloat")) {
die("skip Randomizer::nextFloat not available");
}
?>
--FILE--
<?php

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Random: Randomizer: nextFloat(): Return values are evenly spaced.
--SKIPIF--
<?php

if (!method_exists("Randomizer", "nextFloat")) {
die("skip Randomizer::nextFloat not available");
}
?>
--FILE--
<?php

Expand Down