Files
AFC-Demo/tests/Unit/ExampleTest.php
T

5 lines
80 B
PHP
Raw Normal View History

2025-10-16 14:22:46 +02:00
<?php
2025-10-16 14:22:58 +02:00
test('that true is true', function () {
expect(true)->toBeTrue();
});