11 calls to ViewsDataTest::setupMockedModuleHandler()

ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetAllTables in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache calls for all views data without a warm cache.
ViewsDataTest::testCacheCallsWithSameTableMultipleTimes in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the cache backend behavior with requesting the same table multiple.
ViewsDataTest::testClearResetsFullyLoaded in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests that clear() resets the fullyLoaded property.
ViewsDataTest::testFetchBaseTables in core/modules/views/tests/src/Unit/ViewsDataTest.php
Tests the fetchBaseTables() method.
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::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.