Files
spa-api/tests/TestCase.php

11 lines
163 B
PHP
Raw Normal View History

2013-01-11 15:14:07 -06:00
<?php
2016-11-29 15:48:33 -06:00
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
2015-02-22 20:47:03 -06:00
{
use CreatesApplication;
}