1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-12 12:14:02 +00:00
This commit is contained in:
Samuel Štancl 2021-10-28 19:37:04 +02:00
parent 2945c59e92
commit 0d63a5b79c
12 changed files with 97 additions and 109 deletions

View file

@ -1,16 +1,9 @@
<?php
namespace ArchTech\REPLACE\Tests;
namespace ArchTech\Helpers\Tests;
use Orchestra\Testbench\TestCase as TestbenchTestCase;
use ArchTech\REPLACE\REPLACEServiceProvider;
class TestCase extends TestbenchTestCase
{
protected function getPackageProviders($app)
{
return [
REPLACEServiceProvider::class,
];
}
}