You are here

abstract protected function LibraryTypeKernelTestBase::getLibraryTypeId in Libraries API 8.3

Gets the ID of the library type that is being tested.

Return value

string

4 calls to LibraryTypeKernelTestBase::getLibraryTypeId()
LibraryTypeKernelTestBase::getLibraryId in tests/src/Kernel/LibraryTypeKernelTestBase.php
Retuns the library ID of the library used in the test.
LibraryTypeKernelTestBase::getLibraryType in tests/src/Kernel/LibraryTypeKernelTestBase.php
Returns the library type that is being tested.
LibraryTypeKernelTestBase::testLibrary in tests/src/Kernel/LibraryTypeKernelTestBase.php
Tests that the test library can be instantiated.
LibraryTypeKernelTestBase::testLibraryType in tests/src/Kernel/LibraryTypeKernelTestBase.php
Tests that the library type can be instantiated.
4 methods override LibraryTypeKernelTestBase::getLibraryTypeId()
AssetLibraryTest::getLibraryTypeId in tests/src/Kernel/ExternalLibrary/Asset/AssetLibraryTest.php
Gets the ID of the library type that is being tested.
GlobalLocatorTest::getLibraryTypeId in tests/src/Kernel/ExternalLibrary/GlobalLocatorTest.php
Gets the ID of the library type that is being tested.
MultipleAssetLibraryTest::getLibraryTypeId in tests/src/Kernel/ExternalLibrary/Asset/MultipleAssetLibraryTest.php
Gets the ID of the library type that is being tested.
PhpFileLibraryTest::getLibraryTypeId in tests/src/Kernel/ExternalLibrary/PhpFile/PhpFileLibraryTest.php
Gets the ID of the library type that is being tested.

File

tests/src/Kernel/LibraryTypeKernelTestBase.php, line 48

Class

LibraryTypeKernelTestBase
Provides an improved version of the core kernel test base class.

Namespace

Drupal\Tests\libraries\Kernel

Code

protected abstract function getLibraryTypeId();