mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-04 02:25:32 +01:00
5 lines
71 B
PHP
5 lines
71 B
PHP
<?php
|
|
|
|
test('example', function () {
|
|
expect(true)->toBeTrue();
|
|
});
|