Files
home-lab/BoilerPlate/tests/Unit/ExampleTest.php
T
Shaun Collins 371fff18c0 Init
2026-02-23 13:17:51 +00:00

5 lines
80 B
PHP

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