source:
tests/Unit/ExampleTest.php@
cf84baa
Last change on this file since cf84baa was c454c0f, checked in by , 11 months ago | |
---|---|
|
|
File size: 243 bytes |
Rev | Line | |
---|---|---|
[c454c0f] | 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 | } |
Note:
See TracBrowser
for help on using the repository browser.