First commit repo

This commit is contained in:
PovilasKorop
2021-11-22 07:06:44 +02:00
commit 0d55e7cfd3
84 changed files with 11268 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}