Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pterodactyl
GitHub Repository: pterodactyl/panel
Path: blob/1.0-develop/tests/Integration/Http/HttpTestCase.php
10284 views
1
<?php
2
3
namespace Pterodactyl\Tests\Integration\Http;
4
5
use Pterodactyl\Tests\Integration\IntegrationTestCase;
6
7
abstract class HttpTestCase extends IntegrationTestCase
8
{
9
}
10
11