forge/tests/Unit/ExampleTest.php

6 lines
81 B
PHP
Raw Permalink Normal View History

2024-05-13 18:55:34 -04:00
<?php
2024-07-18 00:11:32 -04:00
test('that true is true', function () {
expect(true)->toBe(true);
});