| ViewAjaxControllerTest::$renderer |
property |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
The renderer. |
| ViewAjaxControllerTest::$viewAjaxController |
property |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
The tested views ajax controller. |
| ViewAjaxControllerTest::$viewStorage |
property |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
The mocked view entity storage. |
| ViewAjaxControllerTest::assertViewResultCommand |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Ensures that the main view content command is added. |
| ViewAjaxControllerTest::getCommands |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Gets the commands entry from the response object. |
| ViewAjaxControllerTest::setUp |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
|
| ViewAjaxControllerTest::setupValidMocks |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Sets up a bunch of valid mocks like the view entity and executable. |
| ViewAjaxControllerTest::testAccessDeniedView |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a view without having access to it. |
| ViewAjaxControllerTest::testAjaxView |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view without arguments pagers etc. |
| ViewAjaxControllerTest::testAjaxViewViewPathNoSlash |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view with a view_path with no slash. |
| ViewAjaxControllerTest::testAjaxViewWithArguments |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view with arguments. |
| ViewAjaxControllerTest::testAjaxViewWithEmptyArguments |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view with arguments. |
| ViewAjaxControllerTest::testAjaxViewWithHtmlEntityArguments |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view with arguments. |
| ViewAjaxControllerTest::testAjaxViewWithoutAjax |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view without ajax enabled. |
| ViewAjaxControllerTest::testAjaxViewWithPager |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view with a pager. |
| ViewAjaxControllerTest::testMissingView |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests non-existent view with view_name and view_display_id. |
| ViewAjaxControllerTest::testMissingViewName |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests missing view_name and view_display_id. |
| ViewAjaxControllerTest::USE_AJAX |
constant |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
|
| ViewAjaxControllerTest::USE_NO_AJAX |
constant |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
|
| ViewAjaxTest |
class |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
Tests the ajax view functionality. |
| ViewAjaxTest.php |
file |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
|
| ViewAjaxTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
The theme to install as the default for testing. |
| ViewAjaxTest::$testViews |
property |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
Views used by this test. |
| ViewAjaxTest::setUp |
function |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
Sets up the test. |
| ViewAjaxTest::testAjaxView |
function |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
Tests an ajax view. |
| ViewAjaxTest::testNonAjaxViewViaAjax |
function |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
Ensures that non-ajax view cannot be accessed via an ajax HTTP request. |
| ViewEditTest |
class |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Tests some general functionality of editing views, like deleting a view. |
| ViewEditTest.php |
file |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
|
| ViewEditTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
The theme to install as the default for testing. |
| ViewEditTest::$testViews |
property |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Views used by this test. |
| ViewEditTest::testDeleteLink |
function |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Tests the delete link on a views UI. |
| ViewEditTest::testEditFormLanguageOptions |
function |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Tests the language options on the views edit form. |
| ViewEditTest::testOtherOptions |
function |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Tests the machine name and administrative comment forms. |
| ViewEditTest::testRelationRepresentativeNode |
function |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Tests Representative Node for a Taxonomy Term. |
| ViewElementTest |
class |
core/modules/views/tests/src/Functional/ViewElementTest.php |
Tests the view render element. |
| ViewElementTest |
class |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
Tests the view render element. |
| ViewElementTest.php |
file |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
|
| ViewElementTest.php |
file |
core/modules/views/tests/src/Functional/ViewElementTest.php |
|
| ViewElementTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewElementTest.php |
The theme to install as the default for testing. |
| ViewElementTest::$testViews |
property |
core/modules/views/tests/src/Functional/ViewElementTest.php |
Views used by this test. |
| ViewElementTest::$testViews |
property |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
Views used by this test. |
| ViewElementTest::setUp |
function |
core/modules/views/tests/src/Functional/ViewElementTest.php |
Sets up the test. |
| ViewElementTest::testInvalidView |
function |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
Tests that an exception is thrown when an invalid View is passed. |
| ViewElementTest::testViewElement |
function |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
Tests the rendered output and form output of a view element. |
| ViewElementTest::testViewElement |
function |
core/modules/views/tests/src/Functional/ViewElementTest.php |
Tests the rendered output and form output of a view element. |
| ViewElementTest::testViewElementEmbed |
function |
core/modules/views/tests/src/Functional/ViewElementTest.php |
Tests the rendered output and form output of the "embed" display plugin. |
| ViewElementTest::testViewElementEmbed |
function |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
Tests the rendered output and form output of the "embed" display plugin. |
| ViewEntityDependenciesTest |
class |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Tests the calculation of dependencies for views. |
| ViewEntityDependenciesTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
|
| ViewEntityDependenciesTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Modules to enable. |