Files
OnAPB-Carrere_Demartin/tests/Unit/ExampleTest.php
T
Laucha1312 aa9bc585fd 4
2026-06-04 15:22:45 -03:00

17 lines
243 B
PHP

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