BasicTest |
core/modules/views/tests/src/Kernel/BasicTest.php |
A basic query test for Views. |
CacheableMetadataCalculationTest |
core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php |
Tests that cacheability metadata is only calculated when needed. |
FieldApiDataTest |
core/modules/views/tests/src/Kernel/FieldApiDataTest.php |
Tests the Field Views data. |
ModuleTest |
core/modules/views/tests/src/Kernel/ModuleTest.php |
Tests basic functions from the Views module. |
PluginInstanceTest |
core/modules/views/tests/src/Kernel/PluginInstanceTest.php |
Tests that an instance of all views plugins can be created. |
QueryGroupByTest |
core/modules/views/tests/src/Kernel/QueryGroupByTest.php |
Tests aggregate functionality of views, for example count. |
RenderCacheIntegrationTest |
core/modules/views/tests/src/Kernel/RenderCacheIntegrationTest.php |
Tests the general integration between views and the render cache. |
TestViewsTest |
core/modules/views/tests/src/Kernel/TestViewsTest.php |
Tests that test views provided by all modules match schema. |
TokenReplaceTest |
core/modules/views/tests/src/Kernel/TokenReplaceTest.php |
Tests core view token replacement. |
ViewElementTest |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
Tests the view render element. |
ViewExecutableTest |
core/modules/views/tests/src/Kernel/ViewExecutableTest.php |
Tests the ViewExecutable class. |
ViewRenderTest |
core/modules/views/tests/src/Kernel/ViewRenderTest.php |
Tests general rendering of a view. |
ViewsConfigDependenciesIntegrationTest |
core/modules/views/tests/src/Kernel/ViewsConfigDependenciesIntegrationTest.php |
Tests integration of views with other modules. |
ViewsConfigUpdaterTest |
core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php |
@coversDefaultClass \Drupal\views\ViewsConfigUpdater |
ViewsHooksTest |
core/modules/views/tests/src/Kernel/ViewsHooksTest.php |
Tests that views hooks are registered when defined in $module.views.inc. |
ViewsKernelTestBase |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Defines a base class for Views kernel testing. |
ViewsPreprocessTest |
core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php |
Tests the preprocessing functionality in views.theme.inc. |
ViewsTemplateTest |
core/modules/views/tests/src/Kernel/ViewsTemplateTest.php |
Tests the template retrieval of views. |
ViewStorageTest |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Tests the CRUD functionality for a view. |