ClaroViewsUiTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php |
Modules to install. |
ClaroViewsUiTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php |
|
ClaroViewsUiTest::testViewsUiDropButtonCssClasses |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php |
Tests Views UI dropbutton CSS classes. |
ClaroViewsUiTest::testViewsUiTabsCssClasses |
function |
core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php |
Tests Views UI display menu tabs CSS classes. |
ClassFinderTest |
class |
core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php |
Tests Drupal\Component\ClassFinder\ClassFinder. |
ClassFinderTest.php |
file |
core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php |
|
ClassFinderTest::testFindFile |
function |
core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php |
@legacy-covers ::findFile |
ClassLoaderTest |
class |
core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php |
Tests class loading for modules. |
ClassLoaderTest.php |
file |
core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php |
|
ClassLoaderTest::$apcuEnsureUniquePrefix |
property |
core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php |
The flag to set 'apcu_ensure_unique_prefix' setting. |
ClassLoaderTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php |
The theme to install as the default for testing. |
ClassLoaderTest::$expected |
property |
core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php |
The expected result from calling the module-provided class' method. |
ClassLoaderTest::testAutoloadFromModuleFile |
function |
core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php |
Tests that .module files can use class constants in main section. |
ClassLoaderTest::testClassLoading |
function |
core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php |
Tests that module-provided classes can be loaded when a module is enabled. |
ClassLoaderTest::testClassLoadingDisabledModules |
function |
core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php |
Tests that module-provided classes can't be loaded from disabled modules. |
ClassLoaderTest::testClassLoadingNotInstalledModules |
function |
core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php |
Tests that module-provided classes can't be loaded if module not installed. |
ClassLoaderTest::testMultipleModules |
function |
core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php |
Ensures the negative caches in the class loader don't result in crashes. |
ClassResolverConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php |
Tests ClassResolver validation constraint with both valid and invalid values. |
ClassResolverConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php |
|
ClassResolverConstraintValidatorTest::$typedDataManager |
property |
core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php |
The typed data manager to use. |
ClassResolverConstraintValidatorTest::provideServiceValidationCases |
function |
core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php |
Data provider for service validation test cases. |
ClassResolverConstraintValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php |
|
ClassResolverConstraintValidatorTest::testNonExistingClass |
function |
core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php |
Test missing class case. |
ClassResolverConstraintValidatorTest::testNonExistingMethod |
function |
core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php |
Test missing method case. |
ClassResolverConstraintValidatorTest::testValidationForService |
function |
core/tests/Drupal/KernelTests/Core/TypedData/ClassResolverConstraintValidatorTest.php |
@dataProvider provideServiceValidationCases |
ClearCacheBlockTest |
class |
core/modules/system/tests/src/Functional/Block/ClearCacheBlockTest.php |
Tests clear cache block behavior. |
ClearCacheBlockTest.php |
file |
core/modules/system/tests/src/Functional/Block/ClearCacheBlockTest.php |
|
ClearCacheBlockTest::$clearCacheBlock |
property |
core/modules/system/tests/src/Functional/Block/ClearCacheBlockTest.php |
The clear cache block instance. |
ClearCacheBlockTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Block/ClearCacheBlockTest.php |
The theme to install as the default for testing. |
ClearCacheBlockTest::$modules |
property |
core/modules/system/tests/src/Functional/Block/ClearCacheBlockTest.php |
Modules to install. |
ClearCacheBlockTest::setUp |
function |
core/modules/system/tests/src/Functional/Block/ClearCacheBlockTest.php |
|
ClearCacheBlockTest::testCacheClearBlock |
function |
core/modules/system/tests/src/Functional/Block/ClearCacheBlockTest.php |
Tests block behavior and access based on permissions. |
ClearTest |
class |
core/modules/system/tests/src/Functional/Cache/ClearTest.php |
Tests our clearing is done the proper way. |
ClearTest.php |
file |
core/modules/system/tests/src/Functional/Cache/ClearTest.php |
|
ClearTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Cache/ClearTest.php |
The theme to install as the default for testing. |
ClearTest::setUp |
function |
core/modules/system/tests/src/Functional/Cache/ClearTest.php |
|
ClearTest::testFlushAllCaches |
function |
core/modules/system/tests/src/Functional/Cache/ClearTest.php |
Tests drupal_flush_all_caches(). |
ClickSortingAJAXTest |
class |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
Tests the click sorting AJAX functionality of Views exposed forms. |
ClickSortingAJAXTest.php |
file |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
|
ClickSortingAJAXTest::$defaultTheme |
property |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
The theme to install as the default for testing. |
ClickSortingAJAXTest::$modules |
property |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
Modules to install. |
ClickSortingAJAXTest::$testViews |
property |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
The views to use for testing. |
ClickSortingAJAXTest::setUp |
function |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
|
ClickSortingAJAXTest::testClickSorting |
function |
core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php |
Tests if sorting via AJAX works for the "Content" View. |
ClientFactoryTest |
class |
core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php |
Tests Drupal\Core\Http\ClientFactory. |
ClientFactoryTest.php |
file |
core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php |
|
ClientFactoryTest::$factory |
property |
core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php |
The client factory under test. |
ClientFactoryTest::providerTestCreateFromOptions |
function |
core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php |
Data provider for testCreateFromOptions. |
ClientFactoryTest::setUp |
function |
core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php |
|
ClientFactoryTest::testCreateFromOptions |
function |
core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php |
Tests create from options. |