Initial commit

This commit is contained in:
Ismo Vuorinen
2022-10-17 09:42:32 +03:00
commit 78cca41be4
27 changed files with 9319 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php
it('inspire artisans', function () {
$this->artisan('inspire')->assertExitCode(0);
});