Return correct error message when deleting self, add test coverage (#5456)

This commit is contained in:
Dane Everitt
2025-12-24 16:13:31 -08:00
committed by GitHub
parent a7c1882edf
commit 0917e60a3b
6 changed files with 82 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace Pterodactyl\Tests\Integration\Http;
use Pterodactyl\Tests\Integration\IntegrationTestCase;
abstract class HttpTestCase extends IntegrationTestCase
{
}