mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2026-03-22 07:46:40 +08:00
6 lines
70 B
PHP
6 lines
70 B
PHP
<?php
|
|
|
|
it('can test', function () {
|
|
expect(true)->toBeTrue();
|
|
});
|