Files
Nexora/tests/Unit/ExampleTest.php

5 lines
80 B
PHP
Raw Normal View History

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