Files
Shaun Collins 52725fe2c4
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
linter / quality (push) Has been cancelled
Linted content and add sail plus lint
2026-02-23 16:02:12 +00:00

6 lines
81 B
PHP

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