| NonStableModulesTest::testExperimentalConfirmForm |
function |
core/modules/system/tests/src/Functional/Module/NonStableModulesTest.php |
Tests installing experimental modules and dependencies in the UI. |
| NoPreExistingSchemaUpdateTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
Tries to update a module which has no pre-existing schema. |
| NoPreExistingSchemaUpdateTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
|
| NoPreExistingSchemaUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
|
| NoPreExistingSchemaUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
|
| NoPreExistingSchemaUpdateTest::testNoPreExistingSchema |
function |
core/modules/system/tests/src/Functional/UpdateSystem/NoPreExistingSchemaUpdateTest.php |
Tests the system module updates with no dependencies installed. |
| NormalizerBaseTest |
class |
core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php |
Tests Drupal\serialization\Normalizer\NormalizerBase. |
| NormalizerBaseTest.php |
file |
core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php |
|
| NormalizerBaseTest::providerTestSupportsNormalization |
function |
core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php |
Data provider for testSupportsNormalization. |
| NormalizerBaseTest::testSupportsNormalization |
function |
core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php |
Tests the supportsNormalization method. |
| NormalizerTestBase |
class |
core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php |
Helper base class to set up some test fields for serialization testing. |
| NormalizerTestBase.php |
file |
core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php |
|
| NormalizerTestBase::$modules |
property |
core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php |
|
| NormalizerTestBase::setUp |
function |
core/modules/serialization/tests/src/Kernel/NormalizerTestBase.php |
|
| NoSerializationClassTestResource |
class |
core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php |
Class used to test that serialization_class is optional. |
| NoSerializationClassTestResource.php |
file |
core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php |
|
| NoSerializationClassTestResource::post |
function |
core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php |
Responds to a POST request. |
| NoSessionOpenTest |
class |
core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php |
Tests Drupal\Core\PageCache\RequestPolicy\NoSessionOpen. |
| NoSessionOpenTest.php |
file |
core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php |
|
| NoSessionOpenTest::$policy |
property |
core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php |
The request policy under test. |
| NoSessionOpenTest::$sessionConfiguration |
property |
core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php |
The session configuration. |
| NoSessionOpenTest::setUp |
function |
core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php |
|
| NoSessionOpenTest::testNoAllowUnlessSessionCookiePresent |
function |
core/tests/Drupal/Tests/Core/PageCache/NoSessionOpenTest.php |
Asserts that caching is allowed unless there is a session cookie present. |
| NoSourcePluginDecoratorTest |
class |
core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php |
Tests Drupal\migrate\Plugin\NoSourcePluginDecorator. |
| NoSourcePluginDecoratorTest.php |
file |
core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php |
|
| NoSourcePluginDecoratorTest::providerGetDefinitions |
function |
core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php |
Provides data for testGetDefinitions(). |
| NoSourcePluginDecoratorTest::testGetDefinitions |
function |
core/modules/migrate/tests/src/Unit/Plugin/NoSourcePluginDecoratorTest.php |
Tests get definitions. |
| NotATestClass |
class |
core/tests/PHPStan/fixtures/test-classes-with-metadata.php |
|
| NullBackendTest |
class |
core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php |
Tests the cache NullBackend. |
| NullBackendTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php |
|
| NullBackendTest::testNullBackend |
function |
core/tests/Drupal/Tests/Core/Cache/NullBackendTest.php |
Tests that the NullBackend does not actually store variables. |
| NullCoalesceTest |
class |
core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php |
Tests the null_coalesce process plugin. |
| NullCoalesceTest.php |
file |
core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php |
|
| NullCoalesceTest::testExceptionOnInvalidValue |
function |
core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php |
Tests that an exception is thrown for a non-array value. |
| NullCoalesceTest::testTransform |
function |
core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php |
Tests null_coalesce. |
| NullCoalesceTest::testTransformWithDefault |
function |
core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php |
Tests null_coalesce. |
| NullCoalesceTest::transformDataProvider |
function |
core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php |
Provides Data for ::testTransform. |
| NullCoalesceTest::transformWithDefaultProvider |
function |
core/modules/migrate/tests/src/Unit/process/NullCoalesceTest.php |
Provides Data for ::testTransformWithDefault. |
| NullNormalizerTest |
class |
core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php |
Tests Drupal\serialization\Normalizer\NullNormalizer. |
| NullNormalizerTest.php |
file |
core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php |
|
| NullNormalizerTest::$interface |
property |
core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php |
The interface to use in testing. |
| NullNormalizerTest::$normalizer |
property |
core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php |
The NullNormalizer instance. |
| NullNormalizerTest::jsonSchemaDataProvider |
function |
core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php |
|
| NullNormalizerTest::setUp |
function |
core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php |
|
| NullNormalizerTest::testNormalize |
function |
core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php |
Tests normalize. |
| NullNormalizerTest::testSupportsNormalization |
function |
core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php |
Tests supports normalization. |
| NullStorageTest |
class |
core/tests/Drupal/Tests/Core/Config/NullStorageTest.php |
Tests the NullStorage. |
| NullStorageTest.php |
file |
core/tests/Drupal/Tests/Core/Config/NullStorageTest.php |
|
| NullStorageTest::testCollection |
function |
core/tests/Drupal/Tests/Core/Config/NullStorageTest.php |
Tests createCollection. |
| NullTestImageEffect |
class |
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php |
Performs no operation on an image resource. |