11 lignes
163 o
PHP
11 lignes
163 o
PHP
|
<?php
|
||
|
|
||
|
namespace Tests;
|
||
|
|
||
|
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||
|
|
||
|
abstract class TestCase extends BaseTestCase
|
||
|
{
|
||
|
use CreatesApplication;
|
||
|
}
|