kenken999's picture
laravel install
50cf058
raw
history blame contribute delete
142 Bytes
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}