Skip to content

Commit

Permalink
chore: add single sample test in ExampleTest class
Browse files Browse the repository at this point in the history
  • Loading branch information
gharbat committed Jun 25, 2023
1 parent 0342214 commit d10ac69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend-server/tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@

class ExampleTest extends TestCase
{

public function test_that_true_is_true(): void
{
$this->assertTrue(true);
}
}

0 comments on commit d10ac69

Please sign in to comment.