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 main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| FixturesBase::$randomPrefix | property | core/ |
Keep a persistent prefix to help group our tmp directories together. |
| FixturesBase::$tmpDirs | property | core/ |
Directories to delete when we are done. |
| FixturesBase::allFixturesDir | function | core/ |
Gets the path to the project fixtures. |
| FixturesBase::binFixtureDir | function | core/ |
Gets the path to one particular bin path. |
| FixturesBase::cloneFixtureProjects | function | core/ |
Creates a temporary copy of all of the fixtures projects into a temp dir. |
| FixturesBase::createIsolatedComposerCacheDir | function | core/ |
Creates an isolated cache directory for Composer. |
| FixturesBase::getComposer | function | core/ |
Gets the Composer object. |
| FixturesBase::getOutput | function | core/ |
Gets the output from the io() fixture. |
| FixturesBase::io | function | core/ |
Gets an IO fixture. |
| FixturesBase::mkTmpDir | function | core/ |
Creates a temporary directory. |
Pagination
- Previous page
- Page 742
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.