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