mirror of
https://github.com/archtechx/helpers.git
synced 2025-12-12 04:04:04 +00:00
9 lines
143 B
PHP
9 lines
143 B
PHP
<?php
|
|
|
|
namespace ArchTech\Helpers\Tests;
|
|
|
|
use Orchestra\Testbench\TestCase as TestbenchTestCase;
|
|
|
|
class TestCase extends TestbenchTestCase
|
|
{
|
|
}
|