| 1 | <?php | = | 1 | <?php |
| 2 | 2 | |||
| 3 | namespace Tests\Unit; | 3 | namespace Tests\Unit; | |
| 4 | 4 | |||
| 5 | use Tests\TestCase; | <> | 5 | use PHPUnit\Framework\TestCase; |
| 6 | use Illuminate\Foundation\Testing\RefreshDatabase; | |||
| 7 | = | 6 | ||
| 8 | class ExampleTest extends TestCase | 7 | class ExampleTest extends TestCase | |
| 9 | { | 8 | { | |
| 10 | /** | 9 | /** | |
| 11 | * A basic test example. | 10 | * A basic test example. | |
| 12 | * | 11 | * | |
| 13 | * @return void | 12 | * @return void | |
| 14 | */ | 13 | */ | |
| 15 | public function testBasicTest() | 14 | public function testBasicTest() | |
| 16 | { | 15 | { | |
| 17 | $this->assertTrue(true); | 16 | $this->assertTrue(true); | |
| 18 | } | 17 | } | |
| 19 | } | 18 | } |