source:
tests/TestCase.php@
c433da6
Last change on this file since c433da6 was 0924b6c, checked in by , 4 years ago | |
---|---|
|
|
File size: 163 bytes |
Rev | Line | |
---|---|---|
[0924b6c] | 1 | <?php |
2 | ||
3 | namespace Tests; | |
4 | ||
5 | use Illuminate\Foundation\Testing\TestCase as BaseTestCase; | |
6 | ||
7 | abstract class TestCase extends BaseTestCase | |
8 | { | |
9 | use CreatesApplication; | |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.