You are here

13 calls to ViewsDataTest::viewsDataWithProvider() in Drupal 8

ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetAllTables in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache calls for all views data without a warm cache.
ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetMultipleTables in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache calls for multiple tables without warm caches.
ViewsDataTest::testCacheCallsWithSameTableMultipleTimes in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache backend behavior with requesting the same table multiple
ViewsDataTest::testCacheCallsWithSameTableMultipleTimesAndWarmCache in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache calls for a single table and warm cache for:
ViewsDataTest::testCacheCallsWithWarmCacheAndDifferentTable in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache calls for a different table than the one in cache:
ViewsDataTest::testCacheCallsWithWarmCacheAndGetAllTables in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache calls for all views data.
ViewsDataTest::testCacheCallsWithWarmCacheAndInvalidTable in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache calls for an not existing table:
ViewsDataTest::testFullAndTableGetCache in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache of the full and single table data.
ViewsDataTest::testFullGetCache in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the caching of the full views data.
ViewsDataTest::testGetAllEqualsToGetNull in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests that getting all data has same results as getting data with NULL logic.
ViewsDataTest::testGetOnFirstCall in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests fetching all the views data without a static cache.
ViewsDataTest::testNonExistingTableGetCache in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests building the views data with a non existing table.
ViewsDataTest::testSingleTableGetCache in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the caching of the views data for a specific table.