urlsnail/tests/Unit/ExampleTest.php

6 lines
81 B
PHP
Raw Normal View History

2024-05-24 20:07:22 +00:00
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});