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
|
|
|
{
|
2016-12-05 12:58:44 -06:00
|
|
|
use CreatesApplication;
|
2013-02-07 09:12:56 +11:00
|
|
|
}
|