topnotch_webshop/tests/Unit/ExampleTest.php

5 lines
80 B
PHP
Raw Normal View History

2025-03-25 15:02:34 -04:00
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});