Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
FixtureManipulator::setVersion function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Sets a package version.
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::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
Fixtures::allFixturesDir function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php
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
Fixtures::projectRoot function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php
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
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.
FixturesBase::$randomPrefix property core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Keep a persistent prefix to help group our tmp directories together.
FixturesBase::$tmpDirs property core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Directories to delete when we are done.
FixturesBase::allFixturesDir function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the path to the project fixtures.
FixturesBase::binFixtureDir function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the path to one particular bin path.
FixturesBase::cloneFixtureProjects function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Creates a temporary copy of all of the fixtures projects into a temp dir.
FixturesBase::createIsolatedComposerCacheDir function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Creates an isolated cache directory for Composer.
FixturesBase::getComposer function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the Composer object.
FixturesBase::getOutput function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the output from the io() fixture.

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