Loading core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,6 @@ * @group Component * * @coversNothing * * @requires externalCommand composer */ class ComponentsIsolatedBuildTest extends ComposerBuildTestBase { Loading core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,6 @@ * @group Component * * @coversNothing * * @requires externalCommand composer */ class ComponentsTaggedReleaseTest extends ComposerBuildTestBase { Loading core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ /** * @group Composer * @requires externalCommand composer */ class ComposerValidateTest extends BuildTestBase { Loading core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,6 @@ * * @group #slow * @group Template * * @requires externalCommand composer */ class ComposerProjectTemplatesTest extends ComposerBuildTestBase { Loading core/tests/Drupal/BuildTests/Framework/BuildTestBase.php +2 −10 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ use Drupal\Tests\DrupalTestBrowser; use Drupal\Tests\PhpUnitCompatibilityTrait; use Drupal\Tests\Traits\PhpUnitWarnings; use Drupal\TestTools\Extension\RequiresComposerTrait; use PHPUnit\Framework\TestCase; use Symfony\Component\Filesystem\Filesystem as SymfonyFilesystem; use Symfony\Component\Finder\Finder; Loading Loading @@ -52,7 +53,7 @@ */ abstract class BuildTestBase extends TestCase { use ExternalCommandRequirementsTrait; use RequiresComposerTrait; use PhpUnitWarnings; use PhpUnitCompatibilityTrait; Loading Loading @@ -149,20 +150,11 @@ abstract class BuildTestBase extends TestCase { */ private PhpExecutableFinder $phpFinder; /** * {@inheritdoc} */ public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); static::checkClassCommandRequirements(); } /** * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); static::checkMethodCommandRequirements($this->getName()); $this->phpFinder = new PhpExecutableFinder(); // Set up the workspace directory. // @todo Glean working directory from env vars, etc. Loading Loading
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,6 @@ * @group Component * * @coversNothing * * @requires externalCommand composer */ class ComponentsIsolatedBuildTest extends ComposerBuildTestBase { Loading
core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -13,8 +13,6 @@ * @group Component * * @coversNothing * * @requires externalCommand composer */ class ComponentsTaggedReleaseTest extends ComposerBuildTestBase { Loading
core/tests/Drupal/BuildTests/Composer/ComposerValidateTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,6 @@ /** * @group Composer * @requires externalCommand composer */ class ComposerValidateTest extends BuildTestBase { Loading
core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -22,8 +22,6 @@ * * @group #slow * @group Template * * @requires externalCommand composer */ class ComposerProjectTemplatesTest extends ComposerBuildTestBase { Loading
core/tests/Drupal/BuildTests/Framework/BuildTestBase.php +2 −10 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ use Drupal\Tests\DrupalTestBrowser; use Drupal\Tests\PhpUnitCompatibilityTrait; use Drupal\Tests\Traits\PhpUnitWarnings; use Drupal\TestTools\Extension\RequiresComposerTrait; use PHPUnit\Framework\TestCase; use Symfony\Component\Filesystem\Filesystem as SymfonyFilesystem; use Symfony\Component\Finder\Finder; Loading Loading @@ -52,7 +53,7 @@ */ abstract class BuildTestBase extends TestCase { use ExternalCommandRequirementsTrait; use RequiresComposerTrait; use PhpUnitWarnings; use PhpUnitCompatibilityTrait; Loading Loading @@ -149,20 +150,11 @@ abstract class BuildTestBase extends TestCase { */ private PhpExecutableFinder $phpFinder; /** * {@inheritdoc} */ public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); static::checkClassCommandRequirements(); } /** * {@inheritdoc} */ protected function setUp(): void { parent::setUp(); static::checkMethodCommandRequirements($this->getName()); $this->phpFinder = new PhpExecutableFinder(); // Set up the workspace directory. // @todo Glean working directory from env vars, etc. Loading