Skip to content

Commit

Permalink
Renamed testOne to testExampleUsage which test the example in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Aug 2, 2018
1 parent 784cca7 commit b8e15dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/WhileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

final class WhileTest extends TestCase
{
public function testOne()
public function testExampleUsage()
{
$input = range(1, 1000);
$output = [];
Expand Down

0 comments on commit b8e15dd

Please sign in to comment.