You are here

protected function AssetLibraryTest::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/AssetLibraryTest.php, line 17

Class

AssetLibraryTest
Tests that external asset libraries are registered as core asset libraries.

Namespace

Drupal\Tests\libraries\Kernel\ExternalLibrary\Asset

Code

protected function getLibraryTypeId() {
  return 'asset';
}