build-configs/tests/ExampleTest.php

5 lines
71 B
PHP

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