mirror of
https://github.com/pterodactyl/panel.git
synced 2026-04-20 17:20:45 -05:00
Return correct error message when deleting self, add test coverage (#5456)
This commit is contained in:
9
tests/Integration/Http/HttpTestCase.php
Normal file
9
tests/Integration/Http/HttpTestCase.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Pterodactyl\Tests\Integration\Http;
|
||||
|
||||
use Pterodactyl\Tests\Integration\IntegrationTestCase;
|
||||
|
||||
abstract class HttpTestCase extends IntegrationTestCase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user