18 calls to ViewsDataTest::viewsDataWithProvider()

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.
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 a non-existent table.
ViewsDataTest::testClearResetsFullyLoaded in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests that clear() resets the fullyLoaded property.
ViewsDataTest::testConcurrentFiberAccess in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests that concurrent fibers retrieving views data cache entries correctly.
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::testFullyLoadedPreventsRedundantLoading in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests that fullyLoaded prevents redundant data loading.
ViewsDataTest::testFullyLoadedPropertySetAfterCacheLoad in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests that fullyLoaded is TRUE when data is loaded from cache.
ViewsDataTest::testFullyLoadedPropertySetAfterDataLoad in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests that fullyLoaded is only set to TRUE after data is completely loaded.
ViewsDataTest::testFullyLoadedSetByGetMethod in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests fullyLoaded with get() method triggering full data load.
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.