Mercurial > borealpoint
comparison tests/Unit/ExampleTest.php @ 0:9d7dcd54c677
Initial Commit and package setup
| author | luka |
|---|---|
| date | Sat, 23 Aug 2025 22:20:51 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:9d7dcd54c677 |
|---|---|
| 1 <?php | |
| 2 | |
| 3 namespace Tests\Unit; | |
| 4 | |
| 5 use PHPUnit\Framework\TestCase; | |
| 6 | |
| 7 class ExampleTest extends TestCase | |
| 8 { | |
| 9 /** | |
| 10 * A basic test example. | |
| 11 */ | |
| 12 public function test_that_true_is_true(): void | |
| 13 { | |
| 14 $this->assertTrue(true); | |
| 15 } | |
| 16 } |
