Initial project

This commit is contained in:
PovilasKorop
2021-11-29 12:26:54 +02:00
commit 7f7f66dfea
84 changed files with 11264 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;
}