aboutsummaryrefslogtreecommitdiff
path: root/tests/TestCase.php
blob: fe1ffc2ff1abc1c23522418994879623c5647859 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

namespace Tests;

use Illuminate\Foundation\Testing\TestCase as BaseTestCase;

abstract class TestCase extends BaseTestCase
{
    //
}