Current File : /home/getxxhzo/app.genicards.com/tests/Unit/ExampleTest.php
<?php
namespace Tests\Unit;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*/
public function test_example(): void
{
$this->assertTrue(true);
}
}