namespace Drupal\views\Tests

Classsort descending Location Description
BasicTest drupal/core/modules/views/lib/Drupal/views/Tests/BasicTest.php Basic test class for Views query builder tests.
DefaultViewsTest drupal/core/modules/views/lib/Drupal/views/Tests/DefaultViewsTest.php Tests for views default views.
GlossaryTest drupal/core/modules/views/lib/Drupal/views/Tests/GlossaryTest.php Tests glossary view ( summary of arguments ).
ModuleTest drupal/core/modules/views/lib/Drupal/views/Tests/ModuleTest.php
PluginBaseUnitTest drupal/core/modules/views/lib/Drupal/views/Tests/PluginBaseUnitTest.php Tests code of the views plugin base class.
PluginInstanceTest drupal/core/modules/views/lib/Drupal/views/Tests/PluginInstanceTest.php Checks general plugin data and instances for all plugin types.
PluginTypeListTest drupal/core/modules/views/tests/Drupal/views/Tests/PluginTypeListTest.php Class for plugin list testing.
QueryGroupByTest drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php Tests aggregate functionality of views, for example count.
TestHelperPlugin drupal/core/modules/views/lib/Drupal/views/Tests/TestHelperPlugin.php Wraps the plugin base class to be able to instantiate it.
TokenReplaceTest drupal/core/modules/views/lib/Drupal/views/Tests/TokenReplaceTest.php Tests core view token replacement.
ViewElementTest drupal/core/modules/views/lib/Drupal/views/Tests/ViewElementTest.php Tests the 'view' element type.
ViewExecutableTest drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php Tests the ViewExecutable class.
ViewPageControllerTest drupal/core/modules/views/lib/Drupal/views/Tests/ViewPageControllerTest.php Tests the page controller but not the actualy execution/rendering of a view.
ViewRenderTest drupal/core/modules/views/lib/Drupal/views/Tests/ViewRenderTest.php
ViewsDataTest drupal/core/modules/views/lib/Drupal/views/Tests/ViewsDataTest.php Tests the fetching of views data.
ViewsHooksTest drupal/core/modules/views/lib/Drupal/views/Tests/ViewsHooksTest.php Tests that views hooks are registered when defined in $module.views.inc.
ViewStorageTest drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php Tests the functionality of View and ViewStorageController.
ViewTestBase drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestBase.php Defines a base class for Views testing in the full web test environment.
ViewTestConfigInstaller drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestConfigInstaller.php Defines a configuration installer.
ViewTestData drupal/core/modules/views/lib/Drupal/views/Tests/ViewTestData.php Provides tests view data and the base test schema with sample data records.
ViewUnitTestBase drupal/core/modules/views/lib/Drupal/views/Tests/ViewUnitTestBase.php Defines a base class for Views unit testing.