source: tests/TestCase.php@ 5d9dd4e

main
Last change on this file since 5d9dd4e was c454c0f, checked in by bube-ristovska <ristovska725@…>, 11 months ago

First commit

  • Property mode set to 100644
File size: 163 bytes
RevLine 
[c454c0f]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.