You are here

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

Class

GlobalLocatorTest
Tests that a global locator can be properly used to load a libraries.

Namespace

Drupal\Tests\libraries\Kernel\ExternalLibrary

Code

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