2017-02-04 19:58:42 +08:00
|
|
|
<?php namespace Tests;
|
2015-07-13 03:01:42 +08:00
|
|
|
|
2017-02-04 19:58:42 +08:00
|
|
|
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
2015-09-03 01:26:33 +08:00
|
|
|
|
2017-02-04 19:58:42 +08:00
|
|
|
abstract class TestCase extends BaseTestCase
|
2015-07-13 03:01:42 +08:00
|
|
|
{
|
2017-02-04 19:58:42 +08:00
|
|
|
use CreatesApplication;
|
|
|
|
}
|