public function ApcuBackendUnitTest::testGetMultiple in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/system/src/Tests/Cache/ApcuBackendUnitTest.php \Drupal\system\Tests\Cache\ApcuBackendUnitTest::testGetMultiple()
Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
Overrides GenericCacheBackendUnitTestBase::testGetMultiple
File
- core/
modules/ system/ src/ Tests/ Cache/ ApcuBackendUnitTest.php, line 124 - Contains \Drupal\system\Tests\Cache\ApcuBackendUnitTest.
Class
- ApcuBackendUnitTest
- Tests the APCu cache backend.
Namespace
Drupal\system\Tests\CacheCode
public function testGetMultiple() {
if ($this
->requirementsFail()) {
return;
}
parent::testGetMultiple();
}