pdo-document/tests/Feature/ExampleTest.php

6 lines
71 B
PHP
Raw Normal View History

2024-10-05 19:43:41 +00:00
<?php
test('example', function () {
expect(true)->toBeTrue();
});