presseportale/tests/Unit/ExampleTest.php
Kevin Adametz 405df0a122
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
first commit
2025-10-20 17:53:02 +02:00

5 lines
No EOL
80 B
PHP

<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});