File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?php
22
3- namespace Pterodactyl \Repositories \Wings ;
3+ namespace Everest \Repositories \Wings ;
44
55use GuzzleHttp \Exception \TransferException ;
6- use Pterodactyl \Exceptions \Http \Connection \DaemonConnectionException ;
6+ use Everest \Exceptions \Http \Connection \DaemonConnectionException ;
77
88class DaemonRevocationRepository extends DaemonRepository
99{
Original file line number Diff line number Diff line change 99use Illuminate \Database \Eloquent \Factories \Factory ;
1010
1111/**
12- * @extends \Illuminate\Database\Eloquent\Factories\Factory<\Pterodactyl \Models\User>
12+ * @extends \Illuminate\Database\Eloquent\Factories\Factory<\Everest \Models\User>
1313 */
1414class UserFactory extends Factory
1515{
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ parameters:
1111
1212 ignoreErrors :
1313 # Ignore repository interface missing methods
14- - '#Call to an undefined method Pterodactyl \\Repositories\\Wings\\DaemonRepository:: (\w+ )\ (\)#'
14+ - '#Call to an undefined method Everest \\Repositories\\Wings\\DaemonRepository:: (\w+ )\ (\)#'
1515
1616 # Ignore magic spatie calls
1717 - '#Call to an undefined method Illuminate\\Database\\Eloquent\\Builder::allowed (\w+ )\ (\)#'
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Pterodactyl \Tests \Integration \Api \Client \Server \Files ;
3+ namespace Everest \Tests \Integration \Api \Client \Server \Files ;
44
55use Mockery \MockInterface ;
6- use Pterodactyl \Models \Permission ;
7- use Pterodactyl \Repositories \Wings \DaemonFileRepository ;
8- use Pterodactyl \Tests \Integration \Api \Client \ClientApiIntegrationTestCase ;
6+ use Everest \Models \Permission ;
7+ use Everest \Repositories \Wings \DaemonFileRepository ;
8+ use Everest \Tests \Integration \Api \Client \ClientApiIntegrationTestCase ;
99
1010class CompressFilesTest extends ClientApiIntegrationTestCase
1111{
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Pterodactyl \Tests \Integration \Http \Controllers \Auth ;
3+ namespace Everest \Tests \Integration \Http \Controllers \Auth ;
44
55use Carbon \Carbon ;
6- use Pterodactyl \Models \User ;
6+ use Everest \Models \User ;
77use PragmaRX \Google2FA \Google2FA ;
88use Illuminate \Auth \Events \Failed ;
99use Illuminate \Support \Facades \Event ;
1010use Illuminate \Support \Facades \Session ;
11- use Pterodactyl \Events \Auth \DirectLogin ;
11+ use Everest \Events \Auth \DirectLogin ;
1212use PHPUnit \Framework \Attributes \TestWith ;
13- use Pterodactyl \Tests \Integration \Http \HttpTestCase ;
14- use Pterodactyl \Events \Auth \ProvidedAuthenticationToken ;
13+ use Everest \Tests \Integration \Http \HttpTestCase ;
14+ use Everest \Events \Auth \ProvidedAuthenticationToken ;
1515
1616class LoginCheckpointControllerTest extends HttpTestCase
1717{
You can’t perform that action at this time.
0 commit comments