| StorageTestBase::createStorage |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php |
Creates storage objects for each collection defined for this class. |
| StorageTestBase::setUp |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php |
|
| StorageTestBase::testCRUD |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php |
Tests CRUD operations. |
| StorageTestBase::testNonExistingKeys |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php |
Tests expected behavior for non-existing keys. |
| StorageTestBase::testRename |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php |
Tests the rename operation. |
| StorageTestBase::testRenameNoChange |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php |
Tests the rename operation. |
| StorageTestBase::testSetIfNotExists |
function |
core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php |
Tests the setIfNotExists() method. |
| StreamFileUploaderTest |
class |
core/modules/file/tests/src/Kernel/Upload/StreamFileUploaderTest.php |
Tests the stream file uploader. |
| StreamFileUploaderTest.php |
file |
core/modules/file/tests/src/Kernel/Upload/StreamFileUploaderTest.php |
|
| StreamFileUploaderTest::$modules |
property |
core/modules/file/tests/src/Kernel/Upload/StreamFileUploaderTest.php |
Modules to install. |
| StreamFileUploaderTest::testWriteStreamToFileSuccess |
function |
core/modules/file/tests/src/Kernel/Upload/StreamFileUploaderTest.php |
Tests write stream to file success. |
| StreamFileUploaderTest::testWriteStreamToFileWithSmallerBytes |
function |
core/modules/file/tests/src/Kernel/Upload/StreamFileUploaderTest.php |
Tests write stream to file with smaller bytes. |
| StreamWrapperManagerTest |
class |
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php |
Tests Drupal\Core\StreamWrapper\StreamWrapperManager. |
| StreamWrapperManagerTest.php |
file |
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php |
|
| StreamWrapperManagerTest::$streamWrapperManager |
property |
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php |
The stream wrapper manager. |
| StreamWrapperManagerTest::providerTestUriScheme |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php |
Data provider. |
| StreamWrapperManagerTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php |
|
| StreamWrapperManagerTest::testModuleInstallRegistration |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php |
Tests installing a module providing a stream wrapper using services. |
| StreamWrapperManagerTest::testUriScheme |
function |
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php |
Tests uri scheme. |
| StreamWrapperTest |
class |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
Tests stream wrapper functions. |
| StreamWrapperTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
|
| StreamWrapperTest::$classname |
property |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
A fully-qualified stream wrapper class name to register for the test. |
| StreamWrapperTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
Modules to install. |
| StreamWrapperTest::$scheme |
property |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
A stream wrapper scheme to register for the test. |
| StreamWrapperTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
|
| StreamWrapperTest::testFileFunctions |
function |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
Tests some file handle functions. |
| StreamWrapperTest::testGetClassName |
function |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
Tests the getClassName() function. |
| StreamWrapperTest::testGetInstanceByScheme |
function |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
Tests the getViaScheme() method. |
| StreamWrapperTest::testGetValidStreamScheme |
function |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
Tests the scheme functions. |
| StreamWrapperTest::testUriFunctions |
function |
core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php |
Tests the getViaUri() and getViaScheme() methods and target functions. |
| stream_wrapper_service_test.dependency |
service |
core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.services.yml |
Alias of stream_wrapper_manager |
| stream_wrapper_service_test.info.yml |
file |
core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.info.yml |
core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.info.yml |
| stream_wrapper_service_test.services.yml |
file |
core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.services.yml |
core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.services.yml |
| stream_wrapper_service_test.stream_wrapper |
service |
core/modules/system/tests/modules/stream_wrapper_service_test/stream_wrapper_service_test.services.yml |
Drupal\stream_wrapper_service_test\StreamWrapper\ServiceDependencyStreamWrapper |
| StringBaseTest |
class |
core/modules/locale/tests/src/Unit/StringBaseTest.php |
Tests Drupal\locale\StringBase. |
| StringBaseTest.php |
file |
core/modules/locale/tests/src/Unit/StringBaseTest.php |
|
| StringBaseTest::testDeleteWithoutStorage |
function |
core/modules/locale/tests/src/Unit/StringBaseTest.php |
Tests delete without storage. |
| StringBaseTest::testSaveWithoutStorage |
function |
core/modules/locale/tests/src/Unit/StringBaseTest.php |
Tests save without storage. |
| StringDatabaseStorage::createString |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Creates a source string object bound to this storage but not saved. |
| StringDatabaseStorage::deleteStrings |
function |
core/modules/locale/src/StringDatabaseStorage.php |
Deletes source strings and translations using conditions. |
| StringEqualsConcatenatedValuesConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Tests the StringEqualsConcatenatedValues validator. |
| StringEqualsConcatenatedValuesConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
|
| StringEqualsConcatenatedValuesConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Modules to install. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
|
| StringEqualsConcatenatedValuesConstraintValidatorTest::testInvalidReferenceToProperties |
function |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Tests that validation fails if the schema references missing properties. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::testReservedCharacters |
function |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Tests that validation fails if reserved characters are not replaced. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::testStringEqualsConcatenatedValuesConstraint |
function |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Tests basic validation of concatenated config values. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::testValueTypes |
function |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Tests concatenation of basic schema value types. |
| StringEqualsConcatenatedValuesConstraintValidatorTest::valueTypesProvider |
function |
core/tests/Drupal/KernelTests/Core/Validation/StringEqualsConcatenatedValuesConstraintValidatorTest.php |
Data provider for testValueTypes(). |
| StringFieldTest |
class |
core/modules/field/tests/src/Functional/FunctionalString/StringFieldTest.php |
Tests the creation of string fields. |