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