| StyleUnformattedTest |
class |
core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php |
Tests unformatted style functionality. |
| StyleUnformattedTest.php |
file |
core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php |
|
| StyleUnformattedTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php |
Views used by this test. |
| StyleUnformattedTest::testDefaultRowClasses |
function |
core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php |
Make sure that the default css classes works as expected. |
| SubformStateTest |
class |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests Drupal\Core\Form\SubformState. |
| SubformStateTest.php |
file |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
|
| SubformStateTest::$formStateValues |
property |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
The form state's values test fixture. |
| SubformStateTest::$parentForm |
property |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
The parent form. |
| SubformStateTest::providerGetValues |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Provides data to self::testGetValues(). |
| SubformStateTest::providerGetValuesBroken |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Provides data to self::testGetValuesBroken(). |
| SubformStateTest::providerTestGetValue |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Provides data to self::testGetValue(). |
| SubformStateTest::providerTestGetValueBroken |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Provides data to self::testGetValueBroken(). |
| SubformStateTest::providerTestSetValues |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Provides data to self::testSetValues(). |
| SubformStateTest::providerTestSetValuesBroken |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Provides data to self::testSetValuesBroken(). |
| SubformStateTest::testFormObject |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests form object. |
| SubformStateTest::testGetCompleteFormStateWithParentCompleteForm |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get complete form state with parent complete form. |
| SubformStateTest::testGetCompleteFormStateWithParentSubform |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get complete form state with parent subform. |
| SubformStateTest::testGetLimitValidationErrors |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get limit validation errors. |
| SubformStateTest::testGetValue |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get value. |
| SubformStateTest::testGetValueBroken |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get value broken. |
| SubformStateTest::testGetValues |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get values. |
| SubformStateTest::testGetValuesBroken |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests get values broken. |
| SubformStateTest::testSetErrorByName |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests set error by name. |
| SubformStateTest::testSetLimitValidationErrors |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests set limit validation errors. |
| SubformStateTest::testSetValues |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests set values. |
| SubformStateTest::testSetValuesBroken |
function |
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php |
Tests set values broken. |
| SubProcessTest |
class |
core/modules/migrate/tests/src/Unit/process/SubProcessTest.php |
Tests the sub_process process plugin. |
| SubProcessTest.php |
file |
core/modules/migrate/tests/src/Unit/process/SubProcessTest.php |
|
| SubProcessTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/process/SubProcessTest.php |
The default migration configuration. |
| SubProcessTest::$plugin |
property |
core/modules/migrate/tests/src/Unit/process/SubProcessTest.php |
The sub_process plugin being tested. |
| SubProcessTest::providerTestNotFoundSubProcess |
function |
core/modules/migrate/tests/src/Unit/process/SubProcessTest.php |
Data provider for testNotFoundSubProcess(). |
| SubProcessTest::providerTestSourceNotArray |
function |
core/modules/migrate/tests/src/Unit/process/SubProcessTest.php |
Data provider for testSourceNotArray(). |
| SubProcessTest::providerTestSubProcess |
function |
core/modules/migrate/tests/src/Unit/process/SubProcessTest.php |
Data provider for testSubProcess(). |
| SubProcessTest::testNotFoundSubProcess |
function |
core/modules/migrate/tests/src/Unit/process/SubProcessTest.php |
Tests the sub_process process plugin. |
| SubProcessTest::testSourceNotArray |
function |
core/modules/migrate/tests/src/Unit/process/SubProcessTest.php |
Tests behavior when source children are not arrays. |
| SubProcessTest::testSubProcess |
function |
core/modules/migrate/tests/src/Unit/process/SubProcessTest.php |
Tests the sub_process process plugin. |
| SubProcessWithSkipTest |
class |
core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php |
Tests process pipelines when a sub_process skips a row or process. |
| SubProcessWithSkipTest.php |
file |
core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php |
|
| SubProcessWithSkipTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php |
Modules to install. |
| SubProcessWithSkipTest::getDefinition |
function |
core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php |
Provides the test migration definition. |
| SubProcessWithSkipTest::providerTestSubProcessSkip |
function |
core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php |
Data provider for testNotFoundSubProcess(). |
| SubProcessWithSkipTest::testSubProcessSkip |
function |
core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php |
Test use of skip_on_empty within sub_process. |
| SubstrTest |
class |
core/modules/migrate/tests/src/Unit/process/SubstrTest.php |
Tests the substr plugin. |
| SubstrTest.php |
file |
core/modules/migrate/tests/src/Unit/process/SubstrTest.php |
|
| SubstrTest::providerTestSubstr |
function |
core/modules/migrate/tests/src/Unit/process/SubstrTest.php |
Data provider for testSubstr(). |
| SubstrTest::testLengthIsString |
function |
core/modules/migrate/tests/src/Unit/process/SubstrTest.php |
Tests that the length parameter is an integer. |
| SubstrTest::testStartIsString |
function |
core/modules/migrate/tests/src/Unit/process/SubstrTest.php |
Tests that the start parameter is an integer. |
| SubstrTest::testSubstr |
function |
core/modules/migrate/tests/src/Unit/process/SubstrTest.php |
Tests Substr plugin based on providerTestSubstr() values. |
| SubstrTest::testSubstrFail |
function |
core/modules/migrate/tests/src/Unit/process/SubstrTest.php |
Tests invalid input type. |
| SummaryLengthTest |
class |
core/modules/node/tests/src/Kernel/SummaryLengthTest.php |
Tests summary length. |