feat: move init command out of external plugin

This commit is contained in:
Owen Voke
2021-06-15 09:29:33 +01:00
parent e4b4e55dcd
commit 55449c956a
5 changed files with 197 additions and 1 deletions

View File

@ -0,0 +1,5 @@
<?php
test('example', function () {
expect(true)->toBeTrue();
});