1
0
forked from s421507/eOSP2
eOSP2/tests/Unit/ExampleTest.php
2019-07-11 23:55:51 +02:00

20 lines
294 B
PHP

<?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);
}
}