AssertViewsCacheTagsTrait |
core/modules/views/src/Tests/AssertViewsCacheTagsTrait.php |
|
BasicTest |
core/modules/views/src/Tests/BasicTest.php |
A basic query test for Views. |
DefaultViewsTest |
core/modules/views/src/Tests/DefaultViewsTest.php |
Tests the default views provided by views. |
FieldApiDataTest |
core/modules/views/src/Tests/FieldApiDataTest.php |
Tests the Field Views data. |
GlossaryTest |
core/modules/views/src/Tests/GlossaryTest.php |
Tests glossary functionality of views. |
ModuleTest |
core/modules/views/src/Tests/ModuleTest.php |
|
PluginInstanceTest |
core/modules/views/src/Tests/PluginInstanceTest.php |
Tests that an instance of all views plugins can be created. |
QueryGroupByTest |
core/modules/views/src/Tests/QueryGroupByTest.php |
Tests aggregate functionality of views, for example count. |
RenderCacheIntegrationTest |
core/modules/views/src/Tests/RenderCacheIntegrationTest.php |
Tests the general integration between views and the render cache. |
SearchIntegrationTest |
core/modules/views/src/Tests/SearchIntegrationTest.php |
Tests search integration filters. |
SearchMultilingualTest |
core/modules/views/src/Tests/SearchMultilingualTest.php |
Tests search integration filters with multilingual nodes. |
TestHelperPlugin |
core/modules/views/src/Tests/TestHelperPlugin.php |
Wraps the plugin base class to be able to instantiate it. |
TestViewsTest |
core/modules/views/src/Tests/TestViewsTest.php |
Tests that test views provided by all modules match schema. |
TokenReplaceTest |
core/modules/views/src/Tests/TokenReplaceTest.php |
Tests core view token replacement. |
ViewAjaxTest |
core/modules/views/src/Tests/ViewAjaxTest.php |
Tests the ajax view functionality. |
ViewElementTest |
core/modules/views/src/Tests/ViewElementTest.php |
Tests the view render element. |
ViewExecutableTest |
core/modules/views/src/Tests/ViewExecutableTest.php |
Tests the ViewExecutable class. |
ViewKernelTestBase |
core/modules/views/src/Tests/ViewKernelTestBase.php |
Defines a base class for Views unit testing. |
ViewRenderTest |
core/modules/views/src/Tests/ViewRenderTest.php |
Tests general rendering of a view. |
ViewResultAssertionTrait |
core/modules/views/src/Tests/ViewResultAssertionTrait.php |
Provides a class for assertions to check for the expected result of a View. |
ViewsEscapingTest |
core/modules/views/src/Tests/ViewsEscapingTest.php |
Tests output of Views. |
ViewsHooksTest |
core/modules/views/src/Tests/ViewsHooksTest.php |
Tests that views hooks are registered when defined in $module.views.inc. |
ViewsTemplateTest |
core/modules/views/src/Tests/ViewsTemplateTest.php |
Tests the template retrieval of views. |
ViewsThemeIntegrationTest |
core/modules/views/src/Tests/ViewsThemeIntegrationTest.php |
Tests the Views theme integration. |
ViewStorageTest |
core/modules/views/src/Tests/ViewStorageTest.php |
Tests the CRUD functionality for a view. |
ViewTestBase |
core/modules/views/src/Tests/ViewTestBase.php |
Defines a base class for Views testing in the full web test environment. |
ViewTestData |
core/modules/views/src/Tests/ViewTestData.php |
Provides tests view data and the base test schema with sample data records. |