topnotch_webshop/tests/Unit/ExampleTest.php
Nisse Lommerde fc318bb285
All checks were successful
linter / quality (push) Successful in 1m35s
tests / ci (push) Successful in 2m20s
Initial Commit
2025-03-25 15:02:34 -04:00

5 lines
80 B
PHP

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