]> git.localhorst.tv Git - alttp.git/blob - tests/Unit/ExampleTest.php
move js tests to separate dir
[alttp.git] / tests / Unit / ExampleTest.php
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      * @return void
13      */
14     public function test_that_true_is_true()
15     {
16         $this->assertTrue(true);
17     }
18 }