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