Preview: ExampleTest.php
Size: 243 B
/home/byroehnu/cnggold.com.ng/tests/Unit/ExampleTest.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);
}
}
Directory Contents
Dirs: 0 × Files: 1