Newer
Older
FirstLaravel / tests / TestCase.php
@motoki miura motoki miura on 18 Nov 142 bytes first commit
<?php

namespace Tests;

use Illuminate\Foundation\Testing\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
{
    //
}