source: tests/TestCase.php@ a55bb54

Last change on this file since a55bb54 was 2fc88ec, checked in by beratkjufliju <kufliju@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 163 bytes
Line 
1<?php
2
3namespace Tests;
4
5use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
6
7abstract class TestCase extends BaseTestCase
8{
9 use CreatesApplication;
10}
Note: See TracBrowser for help on using the repository browser.