protected function MultipleAssetLibraryTest::getLibraryTypeId in Libraries API 8.3
Gets the ID of the library type that is being tested.
Return value
string
Overrides LibraryTypeKernelTestBase::getLibraryTypeId
File
- tests/
src/ Kernel/ ExternalLibrary/ Asset/ MultipleAssetLibraryTest.php, line 17
Class
- MultipleAssetLibraryTest
- Tests that external asset libraries can register multiple core libraries.
Namespace
Drupal\Tests\libraries\Kernel\ExternalLibrary\AssetCode
protected function getLibraryTypeId() {
return 'asset_multiple';
}