1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

Get tests back in working order

This commit is contained in:
Dane Everitt 2021-08-07 16:19:01 -07:00
parent baf8a9fb2c
commit 9fe1527f10
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -33,7 +33,7 @@ abstract class BrowserTestCase extends TestCase
* test. In most cases you probably wont need to do this, or can modify the test slightly to * test. In most cases you probably wont need to do this, or can modify the test slightly to
* avoid the need to do so. * avoid the need to do so.
*/ */
public static function setUpBeforeClass() public static function setUpBeforeClass(): void
{ {
parent::setUpBeforeClass(); parent::setUpBeforeClass();