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