You are here

public static property AssetLibraryTestBase::$modules in Libraries API 8.3

LibraryManager requires system_get_info() which is in system.module.

Overrides LibraryTypeKernelTestBase::$modules

See also

\Drupal\libraries\ExternalLibrary\LibraryManager::getRequiredLibraryIds()

File

tests/src/Kernel/ExternalLibrary/Asset/AssetLibraryTestBase.php, line 19

Class

AssetLibraryTestBase
Provides a base test class for asset library type tests.

Namespace

Drupal\Tests\libraries\Kernel\ExternalLibrary\Asset

Code

public static $modules = [
  'system',
];