You are here

public static property OpignoCertificateTest::$modules in Opigno certificate 8

Same name and namespace in other branches
  1. 3.x tests/src/Kernel/OpignoCertificateTest.php \Drupal\Tests\opigno_certificate\Kernel\OpignoCertificateTest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/OpignoCertificateTest.php, line 19

Class

OpignoCertificateTest
Tests the general behavior of opigno_certificate entities.

Namespace

Drupal\Tests\opigno_certificate\Kernel

Code

public static $modules = [
  'opigno_certificate',
  'opigno_certificate_config_test',
  'options',
];