public static property RealisticDummyContentDbTestCase::$modules in Realistic Dummy Content 8
File
- api/
src/ Tests/ RealisticDummyContentDbTestCase.php, line 27 - This file contains the testing code which requires the database. These tests are slower than the unit tests so we want to limit them.
Class
- RealisticDummyContentDbTestCase
- Test Realistic dummy content with a temporary database.
Namespace
Drupal\realistic_dummy_content_api\TestsCode
public static $modules = array(
'realistic_dummy_content_api',
'realistic_dummy_content',
'devel_generate',
'filter',
);