Prime-Chat/tests/Unit/ExampleTest.php

6 lines
81 B
PHP
Raw Permalink Normal View History

2024-12-19 07:21:23 +04:00
<?php
test('that true is true', function () {
expect(true)->toBeTrue();
});