| NonPublicSchemaTest::testDelete |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
Tests delete. |
| NonPublicSchemaTest::testExtensionExists |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
Tests extension exists. |
| NonPublicSchemaTest::testField |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
Tests field. |
| NonPublicSchemaTest::testIndex |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
Tests index. |
| NonPublicSchemaTest::testInsert |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
Tests insert. |
| NonPublicSchemaTest::testMerge |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
Tests merge. |
| NonPublicSchemaTest::testPrimaryKey |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
Tests primary key. |
| NonPublicSchemaTest::testTable |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
Tests table. |
| NonPublicSchemaTest::testUniqueKey |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
Tests unique key. |
| NonPublicSchemaTest::testUpdate |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
Tests update. |
| NonPublicSchemaTest::testUpsert |
function |
core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php |
Tests upsert. |
| NonStableModulesTest |
class |
core/modules/system/tests/src/Functional/Module/NonStableModulesTest.php |
Tests the installation of deprecated and experimental modules. |
| NonStableModulesTest.php |
file |
core/modules/system/tests/src/Functional/Module/NonStableModulesTest.php |
|
| NonStableModulesTest::$adminUser |
property |
core/modules/system/tests/src/Functional/Module/NonStableModulesTest.php |
The admin user. |
| NonStableModulesTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Module/NonStableModulesTest.php |
The theme to install as the default for testing. |
| NonStableModulesTest::setUp |
function |
core/modules/system/tests/src/Functional/Module/NonStableModulesTest.php |
|
| NonStableModulesTest::testDeprecatedAndExperimentalConfirmForm |
function |
core/modules/system/tests/src/Functional/Module/NonStableModulesTest.php |
Tests installing deprecated and experimental modules at the same time. |
| NonStableModulesTest::testDeprecatedConfirmForm |
function |
core/modules/system/tests/src/Functional/Module/NonStableModulesTest.php |
Tests installing deprecated modules and dependencies in the UI. |
| 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 |
The theme to install as the default for testing. |
| 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 |
Modules to install. |
| 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. |