Search for run

  1. Search 7.x for run
  2. Search 9.5.x for run
  3. Search 8.9.x for run
  4. Search 10.3.x for run
  5. Other projects
Title Object type File name Summary
Tasks::runTestQuery function core/lib/Drupal/Core/Database/Install/Tasks.php Ensures the database can execute commands with the current user.
TemplateProjectTestBase::runComposer function core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php Runs a Composer command and returns its output.
TermContextTest::testGetRuntimeContexts function core/modules/taxonomy/tests/src/Kernel/ContextProvider/TermContextTest.php Tests get runtime contexts.
TermRouteContext::getRuntimeContexts function core/modules/taxonomy/src/ContextProvider/TermRouteContext.php Gets runtime context values for the given context IDs.
TestHookRemove::hookDoNotRun function core/modules/system/tests/modules/hook_test_remove/src/Hook/TestHookRemove.php This hook should not be run because the next hook replaces it.
TestHookRemove::hookDoRun function core/modules/system/tests/modules/hook_test_remove/src/Hook/TestHookRemove.php This hook should run and prevent custom_hook1.
TestRun class core/lib/Drupal/Core/Test/TestRun.php Implements an object that tracks execution of a test run.
TestRun.php file core/lib/Drupal/Core/Test/TestRun.php
TestRun::$databasePrefix property core/lib/Drupal/Core/Test/TestRun.php The test database prefix.
TestRun::$endExecutionTime property core/lib/Drupal/Core/Test/TestRun.php The time the test run ended.
TestRun::$startExecutionTime property core/lib/Drupal/Core/Test/TestRun.php The time the test run started.
TestRun::$testClass property core/lib/Drupal/Core/Test/TestRun.php The latest class under test.
TestRun::createNew function core/lib/Drupal/Core/Test/TestRun.php Returns a new test run object.
TestRun::duration function core/lib/Drupal/Core/Test/TestRun.php Gets the test run execution elapsed time.
TestRun::end function core/lib/Drupal/Core/Test/TestRun.php Mark end of the test run execution.
TestRun::get function core/lib/Drupal/Core/Test/TestRun.php Returns a test run object from storage.
TestRun::getDatabasePrefix function core/lib/Drupal/Core/Test/TestRun.php Gets the test database prefix.
TestRun::getLogEntriesByTestClass function core/lib/Drupal/Core/Test/TestRun.php Get test results for a test run, ordered by test class.
TestRun::getTestClass function core/lib/Drupal/Core/Test/TestRun.php Gets the latest class under test.
TestRun::id function core/lib/Drupal/Core/Test/TestRun.php Returns the id of the test run object.
TestRun::insertLogEntry function core/lib/Drupal/Core/Test/TestRun.php Adds a test log entry.
TestRun::processPhpErrorLogFile function core/lib/Drupal/Core/Test/TestRun.php Reads the PHP error log and reports any errors as assertion failures.
TestRun::removeResults function core/lib/Drupal/Core/Test/TestRun.php Removes the test results from the storage.
TestRun::setDatabasePrefix function core/lib/Drupal/Core/Test/TestRun.php Sets the test database prefix.
TestRun::start function core/lib/Drupal/Core/Test/TestRun.php Mark start of the test run execution.
TestRun::__construct function core/lib/Drupal/Core/Test/TestRun.php TestRun constructor.
TestRunnerFinishedSubscriber class core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerFinishedSubscriber.php Event subscriber notifying end of test runner execution to HTML logging.
TestRunnerFinishedSubscriber class core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php Event subscriber notifying end of test runner execution to HTML logging.
TestRunnerFinishedSubscriber.php file core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerFinishedSubscriber.php
TestRunnerFinishedSubscriber.php file core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php
TestRunnerFinishedSubscriber::notify function core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerFinishedSubscriber.php
TestRunnerFinishedSubscriber::notify function core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php
TestRunnerFinishedSubscriber::__construct function core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php
TestRunnerKernel class core/lib/Drupal/Core/Test/TestRunnerKernel.php Defines a kernel used for running Functional tests and run-tests.sh.
TestRunnerKernel.php file core/lib/Drupal/Core/Test/TestRunnerKernel.php
TestRunnerKernel::boot function core/lib/Drupal/Core/Test/TestRunnerKernel.php Boots the current kernel.
TestRunnerKernel::createFromRequest function core/lib/Drupal/Core/Test/TestRunnerKernel.php Create a DrupalKernel object from a request.
TestRunnerKernel::discoverServiceProviders function core/lib/Drupal/Core/Test/TestRunnerKernel.php Discovers available serviceProviders.
TestRunnerKernel::__construct function core/lib/Drupal/Core/Test/TestRunnerKernel.php Constructs a DrupalKernel object.
TestRunnerStartedSubscriber class core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerStartedSubscriber.php Event subscriber notifying beginning of test runner to HTML logging.
TestRunnerStartedSubscriber.php file core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerStartedSubscriber.php
TestRunnerStartedSubscriber::notify function core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerStartedSubscriber.php
TestRunResultsStorageInterface interface core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Interface describing a test run results storage object.
TestRunResultsStorageInterface.php file core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php
TestRunResultsStorageInterface::buildTestingResultsEnvironment function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Prepares the test run storage.
TestRunResultsStorageInterface::cleanUp function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Resets the test run storage.
TestRunResultsStorageInterface::createNew function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Gets a new unique identifier for a test run.
TestRunResultsStorageInterface::getCurrentTestRunState function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Get state information about a test run, from storage.
TestRunResultsStorageInterface::getLogEntriesByTestClass function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Get test results for a test run, ordered by test class.
TestRunResultsStorageInterface::insertLogEntry function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Adds a test log entry for a test run to the storage.

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