Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 11.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
NonDefaultBlockAdminTest::$defaultTheme property core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php The theme to install as the default for testing.
NonDefaultBlockAdminTest::$modules property core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php Modules to install.
NonDefaultBlockAdminTest::setUp function core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php
NonDefaultBlockAdminTest::testNonDefaultBlockAdmin function core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php Tests non-default theme admin.
NonPublicSchemaTest class core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php Tests schema API for non-public schema for the PostgreSQL driver.
NonPublicSchemaTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php
NonPublicSchemaTest::$testingFakeConnection property core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php The database connection for testing.
NonPublicSchemaTest::setUp function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php
NonPublicSchemaTest::tearDown function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php
NonPublicSchemaTest::testDelete function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers \Drupal\Core\Database\Connection::delete[[api-linebreak]]
@covers \Drupal\Core\Database\Connection::truncate[[api-linebreak]]
NonPublicSchemaTest::testExtensionExists function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::extensionExists[[api-linebreak]]
@covers ::tableExists[[api-linebreak]]
NonPublicSchemaTest::testField function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::addField[[api-linebreak]]
@covers ::fieldExists[[api-linebreak]]
@covers ::dropField[[api-linebreak]]
@covers ::changeField[[api-linebreak]]
NonPublicSchemaTest::testIndex function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::addIndex[[api-linebreak]]
@covers ::indexExists[[api-linebreak]]
@covers ::dropIndex[[api-linebreak]]
NonPublicSchemaTest::testInsert function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers \Drupal\Core\Database\Connection::insert[[api-linebreak]]
@covers \Drupal\Core\Database\Connection::select[[api-linebreak]]
NonPublicSchemaTest::testMerge function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers \Drupal\Core\Database\Connection::merge[[api-linebreak]]
NonPublicSchemaTest::testPrimaryKey function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::addPrimaryKey[[api-linebreak]]
@covers ::dropPrimaryKey[[api-linebreak]]
NonPublicSchemaTest::testTable function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::renameTable[[api-linebreak]]
@covers ::tableExists[[api-linebreak]]
@covers ::findTables[[api-linebreak]]
@covers ::dropTable[[api-linebreak]]
NonPublicSchemaTest::testUniqueKey function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers ::addUniqueKey[[api-linebreak]]
@covers ::indexExists[[api-linebreak]]
@covers ::dropUniqueKey[[api-linebreak]]
NonPublicSchemaTest::testUpdate function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers \Drupal\Core\Database\Connection::update[[api-linebreak]]
NonPublicSchemaTest::testUpsert function core/modules/pgsql/tests/src/Kernel/pgsql/NonPublicSchemaTest.php @covers \Drupal\Core\Database\Connection::upsert[[api-linebreak]]
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 @coversDefaultClass \Drupal\serialization\Normalizer\NormalizerBase[[api-linebreak]]
@group serialization
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 @coversDefaultClass \Drupal\Core\PageCache\RequestPolicy\NoSessionOpen[[api-linebreak]]
@group PageCache
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.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.