Add basic test coverage for server creation functionality
This commit is contained in:
parent
b2970e3117
commit
192a578a03
3 changed files with 225 additions and 14 deletions
|
@ -33,8 +33,6 @@ class ServerConfigurationStructureService
|
|||
* @param \Pterodactyl\Models\Server $server
|
||||
* @param bool $legacy
|
||||
* @return array
|
||||
*
|
||||
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
|
||||
*/
|
||||
public function handle(Server $server, bool $legacy = false): array
|
||||
{
|
||||
|
|
Reference in a new issue