You are here

protected function PhpFileLibraryTest::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/PhpFile/PhpFileLibraryTest.php, line 31

Class

PhpFileLibraryTest
Tests that the external library manager properly loads PHP file libraries.

Namespace

Drupal\Tests\libraries\Kernel\ExternalLibrary\PhpFile

Code

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