amber-laravel/tests/Unit/ExampleTest.php

6 lines
81 B
PHP
Raw Normal View History

2024-07-23 06:19:59 +00:00
<?php
2024-07-23 06:21:11 +00:00
test('that true is true', function () {
expect(true)->toBeTrue();
});