lasthourcloud/tests/Unit/ExampleTest.php

6 lines
81 B
PHP
Raw Normal View History

2023-08-29 12:36:17 +00:00
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});