You are here

public static property CreatePhotosAlbumTest::$modules in Album Photos 8.4

Same name and namespace in other branches
  1. 8.5 tests/src/Kernel/CreatePhotosAlbumTest.php \Drupal\Tests\photos\Kernel\CreatePhotosAlbumTest::modules
  2. 6.0.x tests/src/Kernel/CreatePhotosAlbumTest.php \Drupal\Tests\photos\Kernel\CreatePhotosAlbumTest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/CreatePhotosAlbumTest.php, line 22

Class

CreatePhotosAlbumTest
Tests creating photo album node.

Namespace

Drupal\Tests\photos\Kernel

Code

public static $modules = [
  'node',
  'file',
  'system',
  'field',
  'user',
  'photos',
];