Files
laravel-shopping-cart/tests/Unit/ExampleTest.php
T
2026-04-09 16:06:44 -06:00

5 lines
80 B
PHP

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