public static property MemcacheBackendUnitTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 modules/memcache/src/Tests/MemcacheBackendUnitTest.php \Drupal\memcache\Tests\MemcacheBackendUnitTest::modules
Modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- modules/
memcache/ src/ Tests/ MemcacheBackendUnitTest.php, line 25 - Contains \Drupal\memcache\Tests\MemcacheBackendUnitTest.
Class
- MemcacheBackendUnitTest
- Tests the MemcacheBackend.
Namespace
Drupal\memcache\TestsCode
public static $modules = [
'system',
'memcache',
];