pixelfed/tests/Unit/ExampleTest.php

6 wiersze
81 B
PHP
Czysty Zwykły widok Historia

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