d2d.emegrendeles.hu/tests/Unit/ExampleTest.php
E98Developer 68b7c35bef git init
2026-02-28 06:53:05 +01: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);
}
}