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
TestRunResultsStorageInterface::removeResults function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Removes the results of a test run from the storage.
TestRunResultsStorageInterface::setDatabasePrefix function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Sets the test database prefix of a test run in storage.
TestRunResultsStorageInterface::validateTestingResultsEnvironment function core/lib/Drupal/Core/Test/TestRunResultsStorageInterface.php Checks if the test run storage is valid.
TestRunTest class core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php Tests Drupal\Core\Test\TestRun.
TestRunTest.php file core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php
TestRunTest::$connection property core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php The database connection for testing.
TestRunTest::$testRunResultsStorage property core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php The test run results storage.
TestRunTest::getTestLogEntry function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php Returns a sample test run log entry.
TestRunTest::setUp function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php
TestRunTest::testCreateAndGet function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php Tests create and get.
TestRunTest::testCreateAndRemove function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php Tests create and remove.
TestRunTest::testGetLogEntriesByTestClass function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php Tests get log entries by test class.
TestRunTest::testProcessPhpErrorLogFile function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php Tests process php error log file.
TestRunTest::testProcessPhpUnitResults function core/tests/Drupal/KernelTests/Core/Test/TestRunTest.php Tests process php unit results.
ToolbarRequirements::runtime function core/modules/toolbar/src/Hook/ToolbarRequirements.php Implements hook_runtime_requirements().
Truncate class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Truncate.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Truncate.
Truncate class core/modules/sqlite/src/Driver/Database/sqlite/Truncate.php SQLite implementation of \Drupal\Core\Database\Query\Truncate.
Truncate class core/modules/mysql/src/Driver/Database/mysql/Truncate.php MySQL implementation of \Drupal\Core\Database\Query\Truncate.
Truncate class core/modules/pgsql/src/Driver/Database/pgsql/Truncate.php PostgreSQL implementation of \Drupal\Core\Database\Query\Truncate.
Truncate class core/lib/Drupal/Core/Database/Query/Truncate.php General class for an abstracted TRUNCATE operation.
Truncate.php file core/modules/sqlite/src/Driver/Database/sqlite/Truncate.php
Truncate.php file core/modules/mysql/src/Driver/Database/mysql/Truncate.php
Truncate.php file core/modules/pgsql/src/Driver/Database/pgsql/Truncate.php
Truncate.php file core/lib/Drupal/Core/Database/Query/Truncate.php
Truncate.php file core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Truncate.php
Truncate::$table property core/lib/Drupal/Core/Database/Query/Truncate.php The table to truncate.
Truncate::execute function core/modules/pgsql/src/Driver/Database/pgsql/Truncate.php Executes the TRUNCATE query.
Truncate::execute function core/lib/Drupal/Core/Database/Query/Truncate.php Executes the TRUNCATE query.
Truncate::__construct function core/lib/Drupal/Core/Database/Query/Truncate.php Constructs a Truncate query object.
Truncate::__toString function core/modules/sqlite/src/Driver/Database/sqlite/Truncate.php Implements PHP magic __toString method to convert the query to a string.
Truncate::__toString function core/lib/Drupal/Core/Database/Query/Truncate.php Implements PHP magic __toString method to convert the query to a string.
Unicode::truncate function core/lib/Drupal/Component/Utility/Unicode.php Truncates a UTF-8-encoded string safely to a number of characters.
Unicode::truncateBytes function core/lib/Drupal/Component/Utility/Unicode.php Truncates a UTF-8-encoded string safely to a number of bytes.
UnicodeTest::providerTestTruncateBytes function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Provides data for self::testTruncateBytes().
UnicodeTest::providerTruncate function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testTruncate().
UnicodeTest::testTruncate function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte truncate.
UnicodeTest::testTruncateBytes function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte truncate bytes.
UnpackRecipeTest::runComposer function core/tests/Drupal/BuildTests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php Executes a Composer command with standard options.
UnpackRecipeTest::testRecipeIsPhysicallyPresentAfterUnpack function core/tests/Drupal/BuildTests/Composer/Plugin/Unpack/Functional/UnpackRecipeTest.php Tests that recipes stick around after being unpacked.
UpdateEmptyEmailsUpdatePathTest::testRunUpdates function core/modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php Tests update_post_update_fix_update_emails.
UpdateMiscTest::testModulePageRunCron function core/modules/update/tests/src/Functional/UpdateMiscTest.php Checks that running cron updates the list of available updates.
UpdateOrderingTest::testUpdateOrderingAlreadyRunUpdate function core/tests/Drupal/Tests/Core/Update/UpdateOrderingTest.php Tests update ordering with an impossible dependency.
UpdatePathTestBase::runDbTasks function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Runs the install database tasks for the driver used by the test runner.
UpdatePathTestBase::runUpdates function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Helper function to run pending database updates.
UpdatePathTestTrait::ensureUpdatesToRun function core/tests/Drupal/Tests/UpdatePathTestTrait.php Installs the update_script_test module and makes an update available.
UpdatePathTestTrait::runUpdates function core/tests/Drupal/Tests/UpdatePathTestTrait.php Helper function to run pending database updates.
UpdateRequirements::runtime function core/modules/update/src/Hook/UpdateRequirements.php Implements hook_runtime_requirements().
UpdateScriptTest::runUpdates function core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php Helper function to run updates via the browser.
UpdateTestSchemaRequirements::runtime function core/modules/system/tests/modules/update_test_schema/src/Hook/UpdateTestSchemaRequirements.php Implements hook_runtime_requirements().
update_authorize_run_update function core/modules/update/update.authorize.inc Updates existing projects when invoked by authorize.php.

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