Skip to content

Commit

Permalink
Adding default example test back
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed Oct 17, 2024
1 parent 5ef4588 commit f91e704
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Unit/ExampleTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

test('that true is true', function () {
expect(true)->toBeTrue();
});

0 comments on commit f91e704

Please sign in to comment.