this repo has no description
at main 10 lines 163 B view raw
1<?php 2 3namespace Tests; 4 5use Illuminate\Foundation\Testing\TestCase as BaseTestCase; 6 7abstract class TestCase extends BaseTestCase 8{ 9 use CreatesApplication; 10}