Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FirstOrLast::apply | function | core/ |
|
| FirstOrLast::identify | function | core/ |
|
| FirstOrLast::__construct | function | core/ |
Constructor. |
| FixtureManipulator | class | core/ |
Manipulates a test fixture using Composer commands. |
| FixtureManipulator.php | file | core/ |
|
| FixtureManipulator::$committed | property | core/ |
Whether changes have been committed. |
| FixtureManipulator::$committingChanges | property | core/ |
Whether changes are currently being committed. |
| FixtureManipulator::$dir | property | core/ |
The fixture directory. |
| FixtureManipulator::$manipulatorArguments | property | core/ |
Arguments to manipulator functions. |
| FixtureManipulator::addConfig | function | core/ |
Modifies the project root's composer.json properties. |
| FixtureManipulator::addDotGitFolder | function | core/ |
Creates an empty .git folder after being provided a path. |
| FixtureManipulator::addPackage | function | core/ |
Adds a package. |
| FixtureManipulator::addProjectAtPath | function | core/ |
Adds a project at a path. |
| FixtureManipulator::addRepository | function | core/ |
Adds a path repository. |
| FixtureManipulator::clearQueuedManipulationItems | function | core/ |
Clears all queued manipulation items. |
| FixtureManipulator::commitChanges | function | core/ |
Commits the changes to the directory. |
| FixtureManipulator::createPathRepo | function | core/ |
Creates a path repo. |
| FixtureManipulator::doCommitChanges | function | core/ |
Commits all the changes. |
| FixtureManipulator::getComposerInitOptionsForPackage | function | core/ |
Transform the received $package into options for `composer init`. |
| FixtureManipulator::getQueuedManipulationItems | function | core/ |
Gets all queued manipulation items. |
| FixtureManipulator::modifyPackageConfig | function | core/ |
Modifies a package's composer.json properties. |
| FixtureManipulator::PATH_REPO_STATE_KEY | constant | core/ |
|
| FixtureManipulator::queueManipulation | function | core/ |
Queues manipulation arguments to be called in ::doCommitChanges(). |
| 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. |
| FixturesBase::getOutput | function | core/ |
Gets the output from the io() fixture. |
Pagination
- Previous page
- Page 114
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.