Files
branch-usage-checker/tests/Unit/ExampleTest.php
Ismo Vuorinen 78cca41be4 Initial commit
2022-10-17 09:42:32 +03:00

6 lines
71 B
PHP

<?php
test('example', function () {
expect(true)->toBeTrue();
});