source: tests/TestCase.php

Last change on this file was dfae77e, checked in by Igor Danilovski <igor_danilovski@…>, 21 months 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.