mirror of https://github.com/4xmen/xshop.git
11 lines
142 B
PHTML
11 lines
142 B
PHTML
10 months ago
|
<?php
|
||
|
|
||
|
namespace Tests;
|
||
|
|
||
|
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||
|
|
||
|
abstract class TestCase extends BaseTestCase
|
||
|
{
|
||
|
//
|
||
|
}
|