Skip to content

Commit

Permalink
Merge pull request #348 from jdanino/stubfix
Browse files Browse the repository at this point in the history
Fix the unit test stub
  • Loading branch information
nunomaduro committed Jul 16, 2021
2 parents d90ddf8 + 7ddcc03 commit 33e01e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/Unit.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

test('{name}', function () {
assertTrue(true);
expect(true)->toBeTrue();
});

0 comments on commit 33e01e3

Please sign in to comment.