diff --git a/tests/System/E2ETest.php b/tests/System/E2ETest.php index 003b82f..9611cd8 100644 --- a/tests/System/E2ETest.php +++ b/tests/System/E2ETest.php @@ -63,8 +63,10 @@ public function setUp(): void $this->debuggeeId = $data['debuggeeId']; }, 5, true); } - - public static function tearDownAfterClass(): void + /** + * @afterClass + */ + public static function tearDownTestFixtures(): void { self::deleteApp(); }