You are here

public static property Endnote8DecodeTest::$modules in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x modules/bibcite_endnote/tests/src/Kernel/Endnote8DecodeTest.php \Drupal\Tests\bibcite_endnote\Kernel\Endnote8DecodeTest::modules

Modules to install.

Type: array

Overrides KernelTestBase::$modules

File

modules/bibcite_endnote/tests/src/Kernel/Endnote8DecodeTest.php, line 19

Class

Endnote8DecodeTest
@coversDefaultClass \Drupal\bibcite_endnote\Encoder\EndnoteEncoder @group bibcite

Namespace

Drupal\Tests\bibcite_endnote\Kernel

Code

public static $modules = [
  'system',
  'user',
  'serialization',
  'bibcite',
  'bibcite_entity',
  'bibcite_endnote',
];