Files
laranode/tests/Unit/ExampleTest.php
Alex Crivion bb75e3a42b initial commit
2025-01-31 14:04:22 +02:00

6 lines
81 B
PHP

<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});