12 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::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::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.