mirror of
https://github.com/pterodactyl/panel.git
synced 2026-04-12 06:03:42 -05:00
10 lines
170 B
PHP
10 lines
170 B
PHP
<?php
|
|
|
|
namespace Pterodactyl\Tests\Integration\Http;
|
|
|
|
use Pterodactyl\Tests\Integration\IntegrationTestCase;
|
|
|
|
abstract class HttpTestCase extends IntegrationTestCase
|
|
{
|
|
}
|