Files
Backend/20250403/KaticaBufe/katicabufe/tests/Unit/ExampleTest.php
szabomarton 836192656b asd
2025-04-03 12:05:18 +02: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);
}
}