| StorageReplaceDataWrapperTest::testCreateCollection |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php |
Tests if new collections created correctly. |
| StorageReplaceDataWrapperTest::testInvalidStorage |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php |
Tests an invalid storage. |
| StorageReplaceDataWrapperTest::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php |
Updates configuration data in the storage. |
| StorageTest |
class |
core/modules/system/tests/src/Functional/Form/StorageTest.php |
Tests a multistep form using form storage. |
| StorageTest |
class |
core/modules/views_ui/tests/src/Functional/StorageTest.php |
Tests the UI of storage properties of views. |
| StorageTest.php |
file |
core/modules/views_ui/tests/src/Functional/StorageTest.php |
|
| StorageTest.php |
file |
core/modules/system/tests/src/Functional/Form/StorageTest.php |
|
| StorageTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Form/StorageTest.php |
The theme to install as the default for testing. |
| StorageTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/StorageTest.php |
The theme to install as the default for testing. |
| StorageTest::$modules |
property |
core/modules/views_ui/tests/src/Functional/StorageTest.php |
Modules to install. |
| StorageTest::$modules |
property |
core/modules/system/tests/src/Functional/Form/StorageTest.php |
Modules to install. |
| StorageTest::$testViews |
property |
core/modules/views_ui/tests/src/Functional/StorageTest.php |
Views used by this test. |
| StorageTest::setUp |
function |
core/modules/system/tests/src/Functional/Form/StorageTest.php |
|
| StorageTest::testCachedFormStorageValidation |
function |
core/modules/system/tests/src/Functional/Form/StorageTest.php |
Tests updating cached form storage during form validation. |
| StorageTest::testDetails |
function |
core/modules/views_ui/tests/src/Functional/StorageTest.php |
Tests changing label, description and tag. |
| StorageTest::testForm |
function |
core/modules/system/tests/src/Functional/Form/StorageTest.php |
Tests using the form in a usual way. |
| StorageTest::testFormCached |
function |
core/modules/system/tests/src/Functional/Form/StorageTest.php |
Tests using the form after calling $form_state->setCached(). |
| StorageTest::testValidation |
function |
core/modules/system/tests/src/Functional/Form/StorageTest.php |
Tests validation when form storage is used. |
| StorageTestBase |
class |
core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php |
Base class for testing key-value storages. |
| StorageTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php |
|
| StorageTestBase::$collections |
property |
core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php |
An array of data collection labels. |
| StorageTestBase::$factory |
property |
core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php |
Whether we are using an expirable key/value store. |
| StorageTestBase::$objects |
property |
core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php |
An array of random stdClass objects. |
| 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::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. |