protected static property CreateSampleEntityTest::$modules in Drupal 10        
                          
                  
                        
Same name and namespace in other branches
- 8 core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php \Drupal\KernelTests\Core\Entity\CreateSampleEntityTest::modules
- 9 core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php \Drupal\KernelTests\Core\Entity\CreateSampleEntityTest::modules
File
 
   - core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php, line 28
Class
  
  - CreateSampleEntityTest 
- Tests the ContentEntityStorageBase::createWithSampleValues method.
Namespace
  Drupal\KernelTests\Core\Entity
Code
protected static $modules = [
  'path_alias',
  'system',
  'field',
  'filter',
  'text',
  'file',
  'user',
  'node',
  'comment',
  'taxonomy',
];