source: tests/TestCase.php

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

First 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.