Site-Proximo/api_proximo/tests/Unit/ExampleTest.php
2021-01-26 20:20:31 +01:00

18 lines
255 B
PHP

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