mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 05:53:54 +03:00
Switch namespace back to App
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Pterodactyl\Tests\Integration\Api\Client\Server\Startup;
|
||||
namespace App\Tests\Integration\Api\Client\Server\Startup;
|
||||
|
||||
use Pterodactyl\Models\User;
|
||||
use Pterodactyl\Models\Permission;
|
||||
use Pterodactyl\Models\EggVariable;
|
||||
use Pterodactyl\Tests\Integration\Api\Client\ClientApiIntegrationTestCase;
|
||||
use App\Models\User;
|
||||
use App\Models\Permission;
|
||||
use App\Models\EggVariable;
|
||||
use App\Tests\Integration\Api\Client\ClientApiIntegrationTestCase;
|
||||
|
||||
class GetStartupAndVariablesTest extends ClientApiIntegrationTestCase
|
||||
{
|
||||
@@ -17,7 +17,7 @@ class GetStartupAndVariablesTest extends ClientApiIntegrationTestCase
|
||||
*/
|
||||
public function testStartupVariablesAreReturnedForServer(array $permissions)
|
||||
{
|
||||
/** @var \Pterodactyl\Models\Server $server */
|
||||
/** @var \App\Models\Server $server */
|
||||
[$user, $server] = $this->generateTestAccount($permissions);
|
||||
|
||||
$egg = $this->cloneEggAndVariables($server->egg);
|
||||
|
||||
Reference in New Issue
Block a user