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