Browse Source

chore: do not use `@large` on method level (#7832)

Kuba Werłos 1 year ago
parent
commit
5bb439bfaa
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tests/Test/AbstractIntegrationTestCase.php

+ 1 - 2
tests/Test/AbstractIntegrationTestCase.php

@@ -135,8 +135,7 @@ abstract class AbstractIntegrationTestCase extends TestCase
      *
      * @see doTest()
      *
-     * @large
-     *
+     * @group large
      * @group legacy
      */
     public function testIntegration(IntegrationCase $case): void