Search for run

  1. Search 7.x for run
  2. Search 8.9.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
BrowserTestBase::$runTestInSeparateProcess property core/tests/Drupal/Tests/BrowserTestBase.php Browser tests are run in separate processes to prevent collisions between
code that may be loaded by tests.
BrowserTestBaseTest::testCronRun function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests the ::cronRun() method.
BubblingTest::bubblingNestedPreRenderUncached function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php #pre_render callback for testBubblingWithPrerender().
CommandLineOrUnsafeMethod class core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php Reject when running from the command line or when HTTP method is not safe.
CommandLineOrUnsafeMethod.php file core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php
CommandLineOrUnsafeMethod::check function core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php Determines whether delivery of a cached page should be attempted.
CommandLineOrUnsafeMethod::isCli function core/lib/Drupal/Core/PageCache/RequestPolicy/CommandLineOrUnsafeMethod.php Indicates whether this is a CLI request.
CommandLineOrUnsafeMethodTest class core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php @coversDefaultClass \Drupal\Core\PageCache\RequestPolicy\CommandLineOrUnsafeMethod[[api-linebreak]]
@group PageCache
CommandLineOrUnsafeMethodTest.php file core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php
CommandLineOrUnsafeMethodTest::$policy property core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php The request policy under test.
CommandLineOrUnsafeMethodTest::providerTestHttpMethod function core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php Provides test data and expected results for the HTTP method test.
CommandLineOrUnsafeMethodTest::setUp function core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php
CommandLineOrUnsafeMethodTest::testHttpMethod function core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php Asserts that check() returns DENY for unsafe HTTP methods.
CommandLineOrUnsafeMethodTest::testIsCli function core/tests/Drupal/Tests/Core/PageCache/CommandLineOrUnsafeMethodTest.php Asserts that check() returns DENY if running from the command line.
Connection::truncate function core/lib/Drupal/Core/Database/Connection.php Prepares and returns a TRUNCATE query object.
ContextProviderInterface::getRuntimeContexts function core/lib/Drupal/Core/Plugin/Context/ContextProviderInterface.php Gets runtime context values for the given context IDs.
ContextRepositoryInterface::getRuntimeContexts function core/lib/Drupal/Core/Plugin/Context/ContextRepositoryInterface.php Gets runtime context values for the given context IDs.
Cron::run function core/lib/Drupal/Core/Cron.php Executes a cron run.
CronInterface::run function core/lib/Drupal/Core/CronInterface.php Executes a cron run.
CronRunTrait trait core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php Adds ability to run cron from tests.
CronRunTrait.php file core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php
CronRunTrait::cronRun function core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php Runs cron on the test site.
CssCollectionGrouperUnitTest class core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php Tests the CSS asset collection grouper.
CssCollectionGrouperUnitTest.php file core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php
CssCollectionGrouperUnitTest::$grouper property core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php A CSS asset grouper.
CssCollectionGrouperUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php
CssCollectionGrouperUnitTest::testGrouper function core/tests/Drupal/Tests/Core/Asset/CssCollectionGrouperUnitTest.php Tests \Drupal\Core\Asset\CssCollectionGrouper.
CssCollectionOptimizerUnitTest class core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php Tests the CSS asset optimizer.
CssCollectionOptimizerUnitTest.php file core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php
CssCollectionOptimizerUnitTest::$dumperData property core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php The data from the dumper.
CssCollectionOptimizerUnitTest::$optimizer property core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php A CSS Collection optimizer.
CssCollectionOptimizerUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php
CssCollectionOptimizerUnitTest::testCssImport function core/tests/Drupal/Tests/Core/Asset/CssCollectionOptimizerUnitTest.php Test that css imports with strange letters do not destroy the css output.
CssCollectionRendererUnitTest class core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Tests the CSS asset collection renderer.
CssCollectionRendererUnitTest.php file core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php
CssCollectionRendererUnitTest::$fileCssGroup property core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php A valid file CSS asset group.
CssCollectionRendererUnitTest::$renderer property core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php A CSS asset renderer.
CssCollectionRendererUnitTest::providerTestRender function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Provides data for the CSS asset rendering test.
CssCollectionRendererUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php
CssCollectionRendererUnitTest::testRender function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Tests CSS asset rendering.
CssCollectionRendererUnitTest::testRenderInvalidType function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Tests a CSS asset group with the invalid 'type' => 'internal'.
CssOptimizerUnitTest class core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php Tests the CSS asset optimizer.
CssOptimizerUnitTest.php file core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php
CssOptimizerUnitTest::$backupGlobals property core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php
CssOptimizerUnitTest::$fileUrlGenerator property core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php The file URL generator mock.
CssOptimizerUnitTest::$optimizer property core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php A CSS asset optimizer.
CssOptimizerUnitTest::providerTestOptimize function core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php Provides data for the CSS asset optimizing test.
CssOptimizerUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php
CssOptimizerUnitTest::testOptimize function core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php Tests optimizing a CSS asset group containing 'type' => 'file'.
CssOptimizerUnitTest::testTypeExternal function core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php Tests a CSS asset with 'type' => 'external'.

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