Initial repository

This commit is contained in:
PovilasKorop
2021-12-05 12:57:24 +02:00
commit 0a20e3dee6
84 changed files with 11195 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;
}