Loading .gitlab-ci/pipeline.yml +2 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,8 @@ variables: - <<: *with-database variables: TESTSUITE: PHPUnit-Unit KUBERNETES_CPU_REQUEST: "16" KUBERNETES_CPU_REQUEST: "1" CONCURRENCY: 6 '✅️ PHPStan Tests': <<: [ *default-job-settings ] Loading core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * * @coversDefaultClass \Drupal\phpass\Password\PhpassHashedPassword * @group phpass * @group #slow */ class PasswordVerifyTest extends UnitTestCase { Loading core/phpcs.xml.dist +2 −1 Original line number Diff line number Diff line Loading @@ -8,8 +8,9 @@ <exclude-pattern>*/node_modules/*</exclude-pattern> <!--Exclude third party code.--> <exclude-pattern>./assets/vendor/*</exclude-pattern> <!--Exclude the PHPStan baseline from coding standards.--> <!--Exclude the PHPStan baseline and temp dir from coding standards.--> <exclude-pattern>./core/.phpstan-baseline.php</exclude-pattern> <exclude-pattern>./core/phpstan-tmp/*</exclude-pattern> <!-- Exclude third-party code maintained within core that does not follow our standards. --> <!-- @todo This rule may be removed when https://www.drupal.org/node/1848264 is resolved. --> <exclude-pattern>./core/lib/Drupal/Component/Diff/</exclude-pattern> Loading core/tests/Drupal/Tests/Component/Datetime/TimeWithNoRequestTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ * * @coversDefaultClass \Drupal\Component\Datetime\Time * @group Datetime * @group #slow * @runTestsInSeparateProcesses * @preserveGlobalState disabled */ Loading core/tests/Drupal/Tests/Component/Utility/RectangleTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ /** * @coversDefaultClass \Drupal\Component\Utility\Rectangle * @group Image * @group #slow */ class RectangleTest extends TestCase { Loading Loading
.gitlab-ci/pipeline.yml +2 −1 Original line number Diff line number Diff line Loading @@ -204,7 +204,8 @@ variables: - <<: *with-database variables: TESTSUITE: PHPUnit-Unit KUBERNETES_CPU_REQUEST: "16" KUBERNETES_CPU_REQUEST: "1" CONCURRENCY: 6 '✅️ PHPStan Tests': <<: [ *default-job-settings ] Loading
core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,7 @@ * * @coversDefaultClass \Drupal\phpass\Password\PhpassHashedPassword * @group phpass * @group #slow */ class PasswordVerifyTest extends UnitTestCase { Loading
core/phpcs.xml.dist +2 −1 Original line number Diff line number Diff line Loading @@ -8,8 +8,9 @@ <exclude-pattern>*/node_modules/*</exclude-pattern> <!--Exclude third party code.--> <exclude-pattern>./assets/vendor/*</exclude-pattern> <!--Exclude the PHPStan baseline from coding standards.--> <!--Exclude the PHPStan baseline and temp dir from coding standards.--> <exclude-pattern>./core/.phpstan-baseline.php</exclude-pattern> <exclude-pattern>./core/phpstan-tmp/*</exclude-pattern> <!-- Exclude third-party code maintained within core that does not follow our standards. --> <!-- @todo This rule may be removed when https://www.drupal.org/node/1848264 is resolved. --> <exclude-pattern>./core/lib/Drupal/Component/Diff/</exclude-pattern> Loading
core/tests/Drupal/Tests/Component/Datetime/TimeWithNoRequestTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ * * @coversDefaultClass \Drupal\Component\Datetime\Time * @group Datetime * @group #slow * @runTestsInSeparateProcesses * @preserveGlobalState disabled */ Loading
core/tests/Drupal/Tests/Component/Utility/RectangleTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ /** * @coversDefaultClass \Drupal\Component\Utility\Rectangle * @group Image * @group #slow */ class RectangleTest extends TestCase { Loading