11 calls to ViewsDataTest::setUpMockChainedFastBackend()

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::testCacheCallsWithWarmCacheAndInvalidTable in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache calls for a non-existent table.
ViewsDataTest::testCacheCallsWithWarmCacheForInvalidTable in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache calls for a non-existent table.
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::testFullyLoadedSetByGetMethod in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests fullyLoaded with get() method triggering full data load.
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.