| ExtensionListTestTrait |
trait |
core/tests/Drupal/Tests/ExtensionListTestTrait.php |
Provides extension list methods. |
| ExtensionListTestTrait.php |
file |
core/tests/Drupal/Tests/ExtensionListTestTrait.php |
|
| ExtensionListTestTrait::getModulePath |
function |
core/tests/Drupal/Tests/ExtensionListTestTrait.php |
Gets the path for the specified module. |
| ExtensionListTestTrait::getThemePath |
function |
core/tests/Drupal/Tests/ExtensionListTestTrait.php |
Gets the path for the specified theme. |
| ExtensionMimeTypeGuesserDeprecationTest |
class |
core/tests/Drupal/KernelTests/Core/File/ExtensionMimeTypeGuesserDeprecationTest.php |
Tests that deprecation messages are raised for deprecations. |
| ExtensionMimeTypeGuesserDeprecationTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/ExtensionMimeTypeGuesserDeprecationTest.php |
|
| ExtensionMimeTypeGuesserDeprecationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/File/ExtensionMimeTypeGuesserDeprecationTest.php |
Modules to install. |
| ExtensionMimeTypeGuesserDeprecationTest::testConstructorDeprecation |
function |
core/tests/Drupal/KernelTests/Core/File/ExtensionMimeTypeGuesserDeprecationTest.php |
Tests that deprecations are raised for missing constructor arguments. |
| ExtensionMimeTypeGuesserLegacyTest |
class |
core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserLegacyTest.php |
Tests filename mimetype detection. |
| ExtensionMimeTypeGuesserLegacyTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserLegacyTest.php |
|
| ExtensionMimeTypeGuesserLegacyTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserLegacyTest.php |
Modules to install. |
| ExtensionMimeTypeGuesserLegacyTest::testFileMimeTypeDetectionCustomMapping |
function |
core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserLegacyTest.php |
Tests mapping of mimetypes from filenames. |
| ExtensionMimeTypeGuesserLegacyTest::testGuessMimeType |
function |
core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserLegacyTest.php |
Tests mapping of mimetypes from filenames. |
| ExtensionMimeTypeGuesserTest |
class |
core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserTest.php |
Tests filename mimetype detection. |
| ExtensionMimeTypeGuesserTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserTest.php |
|
| ExtensionMimeTypeGuesserTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserTest.php |
Modules to install. |
| ExtensionMimeTypeGuesserTest::testGuessMimeType |
function |
core/tests/Drupal/KernelTests/Core/File/MimeType/ExtensionMimeTypeGuesserTest.php |
Tests mapping of mimetypes from filenames. |
| ExtensionNameConstraintTest |
class |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionNameConstraintTest.php |
Tests the ExtensionName constraint. |
| ExtensionNameConstraintTest.php |
file |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionNameConstraintTest.php |
|
| ExtensionNameConstraintTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Extension/ExtensionNameConstraintTest.php |
Tests the ExtensionName constraint. |
| ExtensionPathResolverTest |
class |
core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php |
Tests that extension path resolver works correctly. |
| ExtensionPathResolverTest.php |
file |
core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php |
|
| ExtensionPathResolverTest::testExtensionPathResolving |
function |
core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php |
Tests extension path resolving. |
| ExtensionPathResolverTest::testExtensionPathResolvingPath |
function |
core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php |
Tests extension path resolving path. |
| ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingModule |
function |
core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php |
Tests extension path resolving with non existing module. |
| ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingProfile |
function |
core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php |
Tests extension path resolving with non existing profile. |
| ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingTheme |
function |
core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php |
Tests extension path resolving with non existing theme. |
| ExtensionPathResolverTest::testExtensionPathResolvingWithNonExistingThemeEngine |
function |
core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php |
Tests extension path resolving with non existing theme engine. |
| ExtensionPathResolverTest::testUnknownExtension |
function |
core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php |
Tests the getPath() method with an unknown extension. |
| ExtensionSerializationTest |
class |
core/tests/Drupal/Tests/Core/Extension/ExtensionSerializationTest.php |
Tests Extension serialization. |
| ExtensionSerializationTest.php |
file |
core/tests/Drupal/Tests/Core/Extension/ExtensionSerializationTest.php |
|
| ExtensionSerializationTest::setUp |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionSerializationTest.php |
|
| ExtensionSerializationTest::testPublicProperties |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionSerializationTest.php |
Tests dynamically assigned public properties kept when serialized. |
| ExtensionSerializationTest::testServiceAppRouteUsage |
function |
core/tests/Drupal/Tests/Core/Extension/ExtensionSerializationTest.php |
Tests that the Extension class unserialize method uses the preferred root. |
| ExtensionStreamTest |
class |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Tests extension stream wrappers. |
| ExtensionStreamTest.php |
file |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
|
| ExtensionStreamTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
The list of modules to enable. |
| ExtensionStreamTest::$streamWrappers |
property |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
A list of extension stream wrappers keyed by scheme. |
| ExtensionStreamTest::providerStreamWrapperMethodsOnMissingExtensions |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Test cases for testing stream wrapper methods on missing extensions. |
| ExtensionStreamTest::register |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Registers test-specific services. |
| ExtensionStreamTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
|
| ExtensionStreamTest::testDirnameAsParameter |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Tests call of ::dirname() without setting a URI first. |
| ExtensionStreamTest::testDisallowedFileExtensions |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Tests that certain file extensions are disallowed by default. |
| ExtensionStreamTest::testInvalidStreamUri |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Tests invalid stream URIs. |
| ExtensionStreamTest::testNoExtensionError |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Tests that scheme with no extension throws an exception. |
| ExtensionStreamTest::testPathTraversal |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Tests path traversal. |
| ExtensionStreamTest::testStreamWrapperDirnameOnMissingExtensions |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Test the dirname method on uninstalled extensions. |
| ExtensionStreamTest::testStreamWrapperGetExternalUrlOnMissingExtensions |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Test the getExternalUrl method on uninstalled extensions. |
| ExtensionStreamTest::testStreamWrapperMethods |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Tests the extension stream wrapper methods. |
| ExtensionStreamTest::testStreamWrapperRealpathOnMissingExtensions |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php |
Test the realpath method on uninstalled extensions. |