| core.entity_view_mode.entity_test.test.yml |
file |
core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.test.yml |
core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.test.yml |
| core.entity_view_mode.entity_test.vm_alter_full.yml |
file |
core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.vm_alter_full.yml |
core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.vm_alter_full.yml |
| core.entity_view_mode.entity_test.vm_alter_test.yml |
file |
core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.vm_alter_test.yml |
core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.vm_alter_test.yml |
| core.entity_view_mode.taxonomy_term.test.yml |
file |
core/modules/taxonomy/tests/modules/taxonomy_test_views/config/install/core.entity_view_mode.taxonomy_term.test.yml |
core/modules/taxonomy/tests/modules/taxonomy_test_views/config/install/core.entity_view_mode.taxonomy_term.test.yml |
| CoreRecipesTest |
class |
core/tests/Drupal/Tests/Core/Recipe/CoreRecipesTest.php |
Tests that all core recipes have a generic test. |
| CoreRecipesTest.php |
file |
core/tests/Drupal/Tests/Core/Recipe/CoreRecipesTest.php |
|
| CoreRecipesTest::providerRecipeHasGenericTest |
function |
core/tests/Drupal/Tests/Core/Recipe/CoreRecipesTest.php |
Data provider for ::testRecipeHasGenericTest(). |
| CoreRecipesTest::testRecipeHasGenericTest |
function |
core/tests/Drupal/Tests/Core/Recipe/CoreRecipesTest.php |
Test that a recipe has a generic test. |
| CoreThemesAutoloadedForTestsTest |
class |
core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php |
Confirms that core/themes is autoloaded for tests. |
| CoreThemesAutoloadedForTestsTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php |
|
| CoreThemesAutoloadedForTestsTest::testCoreThemesAutoloadedForTests |
function |
core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTestsTest.php |
Confirms that core/themes is autoloaded for tests. |
| CorsIntegrationTest |
class |
core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php |
Tests CORS provided by Drupal. |
| CorsIntegrationTest.php |
file |
core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php |
|
| CorsIntegrationTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php |
The theme to install as the default for testing. |
| CorsIntegrationTest::$modules |
property |
core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php |
Modules to install. |
| CorsIntegrationTest::testCrossSiteRequest |
function |
core/tests/Drupal/FunctionalTests/HttpKernel/CorsIntegrationTest.php |
|
| CounterTest |
class |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
Tests Drupal\views\Plugin\views\field\Counter. |
| CounterTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
|
| CounterTest::$definition |
property |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
The handler definition of the counter field. |
| CounterTest::$display |
property |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
The display plugin instance. |
| CounterTest::$pager |
property |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
The pager plugin instance. |
| CounterTest::$testData |
property |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
Stores the test data. |
| CounterTest::$view |
property |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
The view executable. |
| CounterTest::providerRowIndexes |
function |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
Provides some row index to test. |
| CounterTest::renderCounter |
function |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
Renders the counter field handler. |
| CounterTest::setUp |
function |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
|
| CounterTest::testCounterRandomPagerOffset |
function |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
Tests a counter field with a random pager offset. |
| CounterTest::testCounterRandomStart |
function |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
Tests a counter with a random start. |
| CounterTest::testCounterSecondPage |
function |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
Tests a counter field on the second page. |
| CounterTest::testSimpleCounter |
function |
core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php |
Tests a simple counter field. |
| CountryCodeConstraintTest |
class |
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php |
Tests Country Code Constraint. |
| CountryCodeConstraintTest.php |
file |
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php |
|
| CountryCodeConstraintTest::testConstraintLoadsChoicesFromCountryManager |
function |
core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/CountryCodeConstraintTest.php |
|
| CountryManagerTest |
class |
core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php |
Tests Country Manager functionality. |
| CountryManagerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php |
|
| CountryManagerTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php |
Modules to install. |
| CountryManagerTest::testHookCountriesAlter |
function |
core/tests/Drupal/KernelTests/Core/Locale/CountryManagerTest.php |
Tests that hook_countries_alters() works as expected. |
| CreateSampleEntityTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php |
Tests the ContentEntityStorageBase::createWithSampleValues method. |
| CreateSampleEntityTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php |
|
| CreateSampleEntityTest::$entityTypeManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php |
The entity type manager. |
| CreateSampleEntityTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php |
Modules to install. |
| CreateSampleEntityTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php |
|
| CreateSampleEntityTest::testSampleValueContentEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php |
Tests sample value content entity creation of all types. |
| CreateTestContentEntitiesTrait |
trait |
core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php |
Provides helper methods for creating test content. |
| CreateTestContentEntitiesTrait.php |
file |
core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php |
|
| CreateTestContentEntitiesTrait::createContent |
function |
core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php |
Create several pieces of generic content. |
| CreateTestContentEntitiesTrait::createContentPostUpgrade |
function |
core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php |
Create several pieces of generic content. |
| CreateTestContentEntitiesTrait::getRequiredModules |
function |
core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php |
Gets required modules. |
| CredentialFormTest |
class |
core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php |
Test the credential form for both Drupal 6 and Drupal 7 sources. |
| CredentialFormTest.php |
file |
core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php |
|