Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
FixtureManipulator::removePackage function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Removes a package.
FixtureManipulator::requirePackage function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Requires a package.
FixtureManipulator::runComposerCommand function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
FixtureManipulator::setCorePackageVersion function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Modifies core packages.
FixtureManipulator::setUpRepos function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Sets up the path repos at absolute paths.
FixtureManipulator::setVersion function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Sets a package version.
FixtureManipulator::updateLock function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
FixtureManipulator::validateComposer function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Validate the fixtures still passes `composer validate`.
FixtureManipulator::__destruct function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Ensure that changes were committed before object is destroyed.
FixtureManipulatorTest class core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests Drupal\fixture_manipulator\FixtureManipulator.
FixtureManipulatorTest.php file core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php
FixtureManipulatorTest::$dir property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The root directory of the test project.
FixtureManipulatorTest::$expectedTearDownException property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The exception expected in ::tearDown() of this test.
FixtureManipulatorTest::$inspector property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The Composer inspector service.
FixtureManipulatorTest::$originalFixturePackages property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The original fixture package list at the start of the test.
FixtureManipulatorTest::setUp function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php
FixtureManipulatorTest::tearDown function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php @todo Remove the line below when https://github.com/phpstan/phpstan-phpunit/issues/187 is fixed.
@phpstan-ignore-next-line
FixtureManipulatorTest::testActiveManipulatorNoCommitError function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Test that an exception is thrown if ::commitChanges() is not called.
FixtureManipulatorTest::testAddDotGitFolder function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests add dot git folder.
FixtureManipulatorTest::testAddPackage function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests add package.
FixtureManipulatorTest::testModifyPackageConfig function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests modify package config.
FixtureManipulatorTest::testRemovePackage function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests remove package.
FixtureManipulatorTest::testStagedFixtureNotCommitted function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests that the stage manipulator throws an exception if not committed.
FixtureManipulatorTrait trait core/modules/package_manager/tests/src/Traits/FixtureManipulatorTrait.php A trait for common fixture manipulator functions.
FixtureManipulatorTrait.php file core/modules/package_manager/tests/src/Traits/FixtureManipulatorTrait.php
FixtureManipulatorTrait::getStageFixtureManipulator function core/modules/package_manager/tests/src/Traits/FixtureManipulatorTrait.php Gets the stage fixture manipulator service.
Fixtures class core/tests/Drupal/Tests/Composer/Generator/Fixtures.php Convenience class for creating fixtures.
Fixtures class core/tests/Drupal/Tests/Composer/Plugin/Unpack/Fixtures.php Fixture for testing the unpack composer plugin.
Fixtures class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Convenience class for creating fixtures.
Fixtures.php file core/tests/Drupal/Tests/Composer/Generator/Fixtures.php
Fixtures.php file core/tests/Drupal/Tests/Composer/Plugin/Unpack/Fixtures.php
Fixtures.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php
Fixtures::allFixturesDir function core/tests/Drupal/Tests/Composer/Plugin/Unpack/Fixtures.php Gets the path to the project fixtures.
Fixtures::allFixturesDir function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets the path to the project fixtures.
Fixtures::appendOp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Creates an AppendOp fixture.
Fixtures::composerJson function core/tests/Drupal/Tests/Composer/Generator/Fixtures.php Data for a composer.json fixture.
Fixtures::composerLock function core/tests/Drupal/Tests/Composer/Generator/Fixtures.php Data for a composer.lock fixture.
Fixtures::destinationPath function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets a destination path in a tmp dir.
Fixtures::drupalCoreComposerFixture function core/tests/Drupal/Tests/Composer/Generator/Fixtures.php Generate a suitable DrupalCoreComposer fixture for testing.
Fixtures::getLocationReplacements function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets an Interpolator with 'web-root' and 'package-name' set.
Fixtures::projectRoot function core/tests/Drupal/Tests/Composer/Plugin/Unpack/Fixtures.php Gets the path to Scaffold component.
Fixtures::projectRoot function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets the path to Scaffold component.
Fixtures::replaceOp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Creates a ReplaceOp fixture.
Fixtures::runScaffold function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Runs the scaffold operation.
Fixtures::sourcePath function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets a path to a source scaffold fixture.
Fixtures::tmpDir function core/tests/Drupal/Tests/Composer/Plugin/Unpack/Fixtures.php Generates a path to a temporary location, but do not create the directory.
FixturesBase class core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Base class for fixtures to test composer plugins.
FixturesBase.php file core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php
FixturesBase::$composer property core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php The composer object.
FixturesBase::$io property core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php A Composer IOInterface to write to.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.