public static property QueueTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Queue/QueueTest.php \Drupal\system\Tests\Queue\QueueTest::modules
The modules to enable.
Type: array
Overrides KernelTestBase::$modules
File
- core/
modules/ system/ src/ Tests/ Queue/ QueueTest.php, line 27 - Contains \Drupal\system\Tests\Queue\QueueTest.
Class
- QueueTest
- Queues and dequeues a set of items to check the basic queue functionality.
Namespace
Drupal\system\Tests\QueueCode
public static $modules = array(
'system',
);