| PathValidatorTest::testIsValidWithNotExistingPath |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method with a non-existent path. |
| PathValidatorTest::testIsValidWithoutLinkToAnyPageAccount |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method without the 'link to any page' permission. |
| PathValidatorTest::testIsValidWithParamNotConverted |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests is valid with param not converted. |
| PathValidatorTest::testIsValidWithPathAlias |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method with a path alias. |
| PathValidatorTest::testIsValidWithResourceNotFound |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests is valid with resource not found. |
| PathWithNodeAccessGrantsTest |
class |
core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php |
Confirm that paths work with node access grants implementations. |
| PathWithNodeAccessGrantsTest.php |
file |
core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php |
|
| PathWithNodeAccessGrantsTest::$defaultTheme |
property |
core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php |
|
| PathWithNodeAccessGrantsTest::$modules |
property |
core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php |
|
| PathWithNodeAccessGrantsTest::setUp |
function |
core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php |
|
| PathWithNodeAccessGrantsTest::testAliasTranslation |
function |
core/modules/path/tests/src/Functional/PathWithNodeAccessGrantsTest.php |
Tests alias functionality through the admin interfaces. |
| PathWorkspacesTest |
class |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Tests path aliases with workspaces. |
| PathWorkspacesTest.php |
file |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
|
| PathWorkspacesTest::$defaultTheme |
property |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
|
| PathWorkspacesTest::$modules |
property |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
|
| PathWorkspacesTest::assertAccessiblePaths |
function |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Helper callback to verify paths are responding with status 200. |
| PathWorkspacesTest::assertNotAccessiblePaths |
function |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Helper callback to verify paths are responding with status 404. |
| PathWorkspacesTest::setUp |
function |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
|
| PathWorkspacesTest::testPathAliases |
function |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Tests path aliases with workspaces. |
| PathWorkspacesTest::testPathAliasesUserSwitch |
function |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Tests path aliases with workspaces and user switching. |
| PathWorkspacesTest::testPathAliasesWithTranslation |
function |
core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php |
Tests path aliases with workspaces for translatable nodes. |
| path_changed_helper_test.info.yml |
file |
core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.info.yml |
core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.info.yml |
| path_changed_helper_test.routing.yml |
file |
core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.routing.yml |
core/modules/system/tests/modules/path_changed_helper_test/path_changed_helper_test.routing.yml |
| path_encoded_test.info.yml |
file |
core/modules/system/tests/modules/path_encoded_test/path_encoded_test.info.yml |
core/modules/system/tests/modules/path_encoded_test/path_encoded_test.info.yml |
| path_encoded_test.routing.yml |
file |
core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml |
core/modules/system/tests/modules/path_encoded_test/path_encoded_test.routing.yml |
| path_test_misc.info.yml |
file |
core/modules/path/tests/modules/path_test_misc/path_test_misc.info.yml |
core/modules/path/tests/modules/path_test_misc/path_test_misc.info.yml |
| path_test_node_grants.info.yml |
file |
core/modules/path/tests/modules/path_test_node_grants/path_test_node_grants.info.yml |
core/modules/path/tests/modules/path_test_node_grants/path_test_node_grants.info.yml |
| PendingRevisionTest |
class |
core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php |
Kernel tests for taxonomy pending revisions. |
| PendingRevisionTest.php |
file |
core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php |
|
| PendingRevisionTest::$modules |
property |
core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php |
|
| PendingRevisionTest::getTaxonomyIndex |
function |
core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php |
Retrieves the taxonomy index from the database. |
| PendingRevisionTest::setUp |
function |
core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php |
|
| PendingRevisionTest::testTaxonomyIndexWithPendingRevision |
function |
core/modules/taxonomy/tests/src/Kernel/PendingRevisionTest.php |
Tests that the taxonomy index work correctly with pending revisions. |
| PendingUpdatesValidatorTest |
class |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests Pending Updates Validator. |
| PendingUpdatesValidatorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
|
| PendingUpdatesValidatorTest::$modules |
property |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
|
| PendingUpdatesValidatorTest::testNoPendingUpdates |
function |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests that no error is raised if there are no pending updates. |
| PendingUpdatesValidatorTest::testPendingPostUpdate |
function |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests that an error is raised if there are pending post-updates. |
| PendingUpdatesValidatorTest::testPendingUpdateAfterStaged |
function |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests that pending updates stop an operation from being applied. |
| PendingUpdatesValidatorTest::testPendingUpdateHook |
function |
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php |
Tests that an error is raised if there are pending schema updates. |
| PercentagesTest |
class |
core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php |
Tests the Batch helper object. |
| PercentagesTest.php |
file |
core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php |
|
| PercentagesTest::providerTestPercentages |
function |
core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php |
Provide data for batch unit tests. |
| PercentagesTest::testPercentages |
function |
core/tests/Drupal/Tests/Core/Batch/PercentagesTest.php |
Tests percentages. |
| PerComponentEntityDisplayTest |
class |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
Tests the entity display destination plugin. |
| PerComponentEntityDisplayTest.php |
file |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
|
| PerComponentEntityDisplayTest::testImport |
function |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityDisplayTest.php |
Tests the entity display import method. |
| PerComponentEntityFormDisplayTest |
class |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php |
Tests the entity display destination plugin. |
| PerComponentEntityFormDisplayTest.php |
file |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php |
|
| PerComponentEntityFormDisplayTest::testImport |
function |
core/modules/migrate/tests/src/Unit/destination/PerComponentEntityFormDisplayTest.php |
Tests the entity display import method. |