pixelfed/tests/Unit/ExampleTest.php

6 wiersze
81 B
PHP

2025-06-03 04:02:19 +00:00
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});