mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
update
This commit is contained in:
parent
c3678180a0
commit
51c5d3de64
10 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace tests\Unit;
|
||||
namespace Tests\Unit;
|
||||
|
||||
use App\Installers\Server\Applications\PHPInstaller;
|
||||
use App\SupportedApplicationTypes;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace tests\Unit;
|
||||
namespace Tests\Unit;
|
||||
|
||||
use App\Filament\Pages\Modules;
|
||||
use App\Models\Module;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace tests\Unit;
|
||||
namespace Tests\Unit;
|
||||
|
||||
use App\Filament\Enums\BackupStatus;
|
||||
use App\Helpers;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace tests\Unit;
|
||||
namespace Tests\Unit;
|
||||
|
||||
use App\Http\Middleware\ApiKeyMiddleware;
|
||||
use App\Installers\Server\Applications\PHPInstaller;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace tests\Unit;
|
||||
namespace Tests\Unit;
|
||||
|
||||
use App\Http\Middleware\ApiKeyMiddleware;
|
||||
use App\Installers\Server\Applications\NodeJsInstaller;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace tests\Unit;
|
||||
namespace Tests\Unit;
|
||||
|
||||
use App\Http\Middleware\ApiKeyMiddleware;
|
||||
use App\Installers\Server\Applications\PHPInstaller;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace tests\Unit;
|
||||
namespace Tests\Unit;
|
||||
|
||||
use App\Http\Middleware\ApiKeyMiddleware;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace tests\Unit;
|
||||
namespace Tests\Unit;
|
||||
|
||||
use App\Models\HostingPlan;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace tests\Unit;
|
||||
namespace Tests\Unit;
|
||||
|
||||
use Faker\Factory;
|
||||
use Tests\Feature\Api\ActionTestCase;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace tests\Unit;
|
||||
namespace Tests\Unit;
|
||||
|
||||
use App\Filament\Enums\BackupStatus;
|
||||
use App\Helpers;
|
||||
|
|
Loading…
Reference in a new issue