mirror of
https://github.com/usetrmnl/larapaper.git
synced 2026-08-13 14:28:54 -07:00
6 lines
87 B
PHP
6 lines
87 B
PHP
<?php
|
|
|
|
test('that true is true', function (): void {
|
|
expect(true)->toBeTrue();
|
|
});
|