mirror of
https://github.com/bitinflow/bunny-cli.git
synced 2026-03-13 13:45:54 +00:00
6 lines
71 B
PHP
6 lines
71 B
PHP
<?php
|
|
|
|
test('example', function () {
|
|
expect(true)->toBeTrue();
|
|
});
|