Nyavokevin 9e5cc5ab1a
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
add dark theme
2025-09-18 20:34:07 +03:00

6 lines
81 B
PHP

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