mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
5 lines
87 B
PHP
5 lines
87 B
PHP
<?php
|
|
|
|
test('that true is true', function (): void {
|
|
expect(true)->toBeTrue();
|
|
});
|