Same name in other branches
  1. 8.9.x Drupal\Tests\views\Kernel
  2. 9 Drupal\Tests\views\Kernel
Classsort descending Location Description
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.
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
ViewsDataTest core/modules/views/tests/src/Kernel/ViewsDataTest.php Tests the service views.views_data.
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.