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