mivita/tests/Unit/ExampleTest.php
2018-10-29 09:39:31 +01:00

19 lines
294 B
PHP
Executable file

<?php
namespace Tests\Unit;
use Tests\TestCase;
use Illuminate\Foundation\Testing\RefreshDatabase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testBasicTest()
{
$this->assertTrue(true);
}
}