Search for run

  1. Search 7.x for run
  2. Search 9.5.x for run
  3. Search 10.3.x for run
  4. Search 11.x for run
  5. Other projects
Title Object type File name Summary
InfoParserUnitTest.php file core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
InfoParserUnitTest::$infoParser property core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php The InfoParser object.
InfoParserUnitTest::providerCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Dataprovider for testCoreIncompatibility().
InfoParserUnitTest::providerCoreVersionRequirementInvalid function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Dataprovider for testCoreVersionRequirementInvalid().
InfoParserUnitTest::setUp function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
InfoParserUnitTest::testCoreCoreVersionRequirement88 function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that 'core_version_requirement: ^8.8' is invalid with a 'core' key.
InfoParserUnitTest::testCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php @covers ::parse
InfoParserUnitTest::testCoreVersionRequirement88 function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that 'core_version_requirement: ^8.8' is valid with no 'core' key.
InfoParserUnitTest::testCoreVersionRequirementInvalid function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a invalid 'core_version_requirement'.
InfoParserUnitTest::testInfoParserBroken function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Test if correct exception is thrown for a broken info file.
InfoParserUnitTest::testInfoParserCommonInfo function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests common info file.
InfoParserUnitTest::testInfoParserCoreInfo function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests common info file.
InfoParserUnitTest::testInfoParserMissingKey function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that missing required key is detected.
InfoParserUnitTest::testInfoParserMissingKeys function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that missing required keys are detected.
InfoParserUnitTest::testInfoParserNonExisting function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests the functionality of the infoParser object.
InfoParserUnitTest::testInvalidCore function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a invalid 'core' key.
InfoParserUnitTest::testMissingCoreCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that missing 'core' and 'core_version_requirement' keys are detected.
InfoParserUnitTest::testProfile function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Test a profile info file.
InfoParserUnitTest::testTestingPackageMissingCoreCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that Testing package modules use a default core_version_requirement.
InfoParserUnitTest::testUnparsableCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests the exception for an unparsable 'core_version_requirement' value.
InnocuousTest::run function core/modules/simpletest/tests/src/Kernel/TestDeprecatedTestHooks.php Override run() since it uses TestBase.
install_run_task function core/includes/install.core.inc Runs an individual installation task.
install_run_tasks function core/includes/install.core.inc Runs all tasks for the current installation request.
INSTALL_TASK_RUN_IF_NOT_COMPLETED constant core/includes/install.core.inc Run the task on each installation request until the database is set up.
INSTALL_TASK_RUN_IF_REACHED constant core/includes/install.core.inc Run the task on each installation request that reaches it.
JsOptimizerUnitTest class core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Tests the JS asset optimizer.
JsOptimizerUnitTest.php file core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php
JsOptimizerUnitTest::$optimizer property core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php A JS asset optimizer.
JsOptimizerUnitTest::providerTestClean function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Provides data for the JS asset cleaning test.
JsOptimizerUnitTest::providerTestOptimize function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Provides data for the JS asset optimize test.
JsOptimizerUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php
JsOptimizerUnitTest::testClean function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Tests cleaning of a JS asset group containing 'type' => 'file'.
JsOptimizerUnitTest::testOptimize function core/tests/Drupal/Tests/Core/Asset/JsOptimizerUnitTest.php Tests cleaning of a JS asset group containing 'type' => 'file'.
KernelTestBase::$runTestInSeparateProcess property core/tests/Drupal/KernelTests/KernelTestBase.php Kernel tests are run in separate processes because they allow autoloading
of code from extensions. Running the test in a separate process isolates
this behavior from other tests. Subclasses should not override this
property.
KernelTestBaseTest::run function core/modules/simpletest/src/Tests/KernelTestBaseTest.php Run all tests in this class.
LanguageUILanguageNegotiationTest::doRunTest function core/modules/language/tests/src/Functional/LanguageUILanguageNegotiationTest.php
LargeQueryTest::testMaxAllowedPacketQueryTruncating function core/tests/Drupal/KernelTests/Core/Database/LargeQueryTest.php Tests truncation of messages when max_allowed_packet exception occurs.
LayoutBuilderContextMappingUpdatePathTest::testRunUpdates function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderContextMappingUpdatePathTest.php Tests the upgrade path for enabling Layout Builder.
LayoutBuilderEnableUpdatePathTest::testRunUpdates function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderEnableUpdatePathTest.php Tests the upgrade path for enabling Layout Builder.
LayoutBuilderEntityViewDisplay::getRuntimeSections function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the runtime sections for a given entity.
LayoutBuilderEntityViewDisplayTest::testGetRuntimeSections function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php @covers ::getRuntimeSections
@group legacy
@expectedDeprecation \Drupal\layout_builder\Entity\LayoutBuilderEntityViewDisplay::getRuntimeSections() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0.…
LayoutBuilderPermissionsUpdatePathTest::testRunUpdates function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderPermissionsUpdatePathTest.php Tests the upgrade path for Layout Builder permissions.
LazyContextRepository::getRuntimeContexts function core/lib/Drupal/Core/Plugin/Context/LazyContextRepository.php Gets runtime context values for the given context IDs.
LazyContextRepositoryTest::testGetRuntimeContextsSingle function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts
LazyContextRepositoryTest::testGetRuntimeMultipleContextProviders function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts
LazyContextRepositoryTest::testGetRuntimeMultipleContextsPerService function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts
LazyContextRepositoryTest::testGetRuntimeStaticCache function core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php @covers ::getRuntimeContexts
LinkFieldRdfaTest::runTestAllFormatters function core/modules/rdf/tests/src/Kernel/Field/LinkFieldRdfaTest.php Helper function to test all link formatters.
LinkFieldUITest::runFieldUIItem function core/modules/link/tests/src/Functional/LinkFieldUITest.php Tests one link field UI item.
LocalReadOnlyStream::stream_truncate function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Truncate stream.

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