| PrivateTempStoreTest::setUp |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
|
| PrivateTempStoreTest::testDelete |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the delete() method. |
| PrivateTempStoreTest::testDeleteLocking |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the locking in the delete() method. |
| PrivateTempStoreTest::testDeleteWithNoLockAvailable |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the delete() method with no lock available. |
| PrivateTempStoreTest::testGet |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the get() method. |
| PrivateTempStoreTest::testGetMetadata |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the getMetadata() method. |
| PrivateTempStoreTest::testSet |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests a successful set() call. |
| PrivateTempStoreTest::testSetWithNoLockAvailable |
function |
core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php |
Tests the set() method with no lock available. |
| ProceduralApiDeprecationTest |
class |
core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php |
Tests the deprecation of global rendering functions. |
| ProceduralApiDeprecationTest.php |
file |
core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php |
|
| ProceduralApiDeprecationTest::setUp |
function |
core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php |
|
| ProceduralApiDeprecationTest::testHideDeprecation |
function |
core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php |
Tests the deprecation of the global hide() function. |
| ProceduralApiDeprecationTest::testShowDeprecation |
function |
core/tests/Drupal/Tests/Core/Render/Element/ProceduralApiDeprecationTest.php |
Tests the deprecation of the global show() function. |
| ProcessedTextTestTrait |
trait |
core/modules/filter/tests/src/Traits/ProcessedTextTestTrait.php |
Provides a trait for testing processed text. |
| ProcessedTextTestTrait.php |
file |
core/modules/filter/tests/src/Traits/ProcessedTextTestTrait.php |
|
| ProcessedTextTestTrait::processText |
function |
core/modules/filter/tests/src/Traits/ProcessedTextTestTrait.php |
Processes a text using the renderer. |
| ProcessFieldTest |
class |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
Tests the ProcessField migrate process plugin. |
| ProcessFieldTest.php |
file |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
|
| ProcessFieldTest::$fieldManager |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The migrate field manager. |
| ProcessFieldTest::$fieldPlugin |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The migrate field plugin. |
| ProcessFieldTest::$migrateExecutable |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The migration executable. |
| ProcessFieldTest::$migration |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The migration. |
| ProcessFieldTest::$row |
property |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
The row object. |
| ProcessFieldTest::providerTestTransform |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
Provides data for the transform method test. |
| ProcessFieldTest::setUp |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
|
| ProcessFieldTest::testTransform |
function |
core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php |
Tests the transform method. |
| ProcessingTest |
class |
core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php |
Tests Processing. |
| ProcessingTest |
class |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batch processing in form and non-form workflow. |
| ProcessingTest.php |
file |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
|
| ProcessingTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php |
|
| ProcessingTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php |
@todo Use the stark theme in https://drupal.org/i/3407067. |
| ProcessingTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
The theme to install as the default for testing. |
| ProcessingTest::$modules |
property |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Modules to install. |
| ProcessingTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php |
Modules to install. |
| ProcessingTest::assertBatchMessages |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Triggers a pass if the texts were found in order in the raw content. |
| ProcessingTest::testBatchForm |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches defined in a form submit handler. |
| ProcessingTest::testBatchFormMultipleBatches |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches defined in different submit handlers on the same form. |
| ProcessingTest::testBatchFormMultistep |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches defined in a multistep form. |
| ProcessingTest::testBatchFormProgrammatic |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches defined in a programmatically submitted form. |
| ProcessingTest::testBatchLargePercentage |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches that return $context['finished'] > 1 do in fact complete. |
| ProcessingTest::testBatchNoForm |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches triggered outside of form submission. |
| ProcessingTest::testBatchRedirectFinishedCallback |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests batches that redirect in the batch finished callback. |
| ProcessingTest::testDrupalFormSubmitInBatch |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Tests form submission during a batch operation. |
| ProcessingTest::testLinkToErrorPageAppears |
function |
core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php |
Tests that a link to the error page is shown. |
| ProcessingTest::_resultMessages |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Returns expected result messages for the test batches. |
| ProcessingTest::_resultStack |
function |
core/modules/system/tests/src/Functional/Batch/ProcessingTest.php |
Returns expected execution stacks for the test batches. |
| ProcessOutputCallbackTest |
class |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
Tests Process Output Callback. |
| ProcessOutputCallbackTest.php |
file |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
|
| ProcessOutputCallbackTest::testCallback |
function |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
Tests the full lifecycle of a ProcessOutputCallback object. |
| ProcessOutputCallbackTest::testErrorOutputOnly |
function |
core/modules/package_manager/tests/src/Unit/ProcessOutputCallbackTest.php |
Tests what happens when there is error output only. |