Files
larapaper/tests/Unit/ExampleTest.php
T

6 lines
87 B
PHP
Raw Permalink Normal View History

2025-02-08 15:05:41 +01:00
<?php
2025-09-24 20:31:32 +02:00
test('that true is true', function (): void {
2025-02-08 15:06:14 +01:00
expect(true)->toBeTrue();
});