cyca/tests/Unit/ExampleTest.php
Richard Dern 400e3d01f1 Refresh
2022-01-12 00:35:37 +01:00

19 lines
254 B
PHP
Executable File

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