| Current Path : /home/webg5288/www/laravel_kendal/tests/ |
| Current File : /home/webg5288/www/laravel_kendal/tests/TestCase.php |
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}