tello2 / app /tests /TestCase.php
ladogton2010's picture
Initial project
c12e4e4
raw
history blame contribute delete
163 Bytes
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}