Laravel API hozzáadása

This commit is contained in:
2018-03-14 20:09:57 +01:00
parent dd449f32d7
commit e2d3dc51d6
83 changed files with 8143 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;
}