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 10.3.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
SecurityAdvisoryTest::$workingEndpointNonPsaOnly property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A test PSA endpoint that will only display non-PSA advisories.
SecurityAdvisoryTest::$workingEndpointPsaOnly property core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php A test PSA endpoint that will only display PSA advisories.
SecurityAdvisoryTest::assertAdminPageLinks function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Asserts the correct links appear on an admin page.
SecurityAdvisoryTest::assertAdvisoriesNotDisplayed function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Asserts that security advisory links are not shown on admin pages.
SecurityAdvisoryTest::assertServiceAdvisoryLoggedErrors function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Asserts the expected error messages were logged on the system logger.
SecurityAdvisoryTest::assertStatusReportLinks function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Asserts the correct links appear on the status report page.
SecurityAdvisoryTest::getValidData function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Gets valid data for a security advisory.
SecurityAdvisoryTest::providerCreateFromArray function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Data provider for testCreateFromArray().
SecurityAdvisoryTest::providerCreateFromArrayInvalidField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Data provider for testCreateFromArrayInvalidField().
SecurityAdvisoryTest::providerCreateFromArrayMissingField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Data provider for testCreateFromArrayMissingField().
SecurityAdvisoryTest::setUp function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php
SecurityAdvisoryTest::testCreateFromArray function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Tests creating with valid data.
SecurityAdvisoryTest::testCreateFromArrayInvalidField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Tests exceptions for invalid field types.
SecurityAdvisoryTest::testCreateFromArrayMissingField function core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php Tests exceptions with missing fields.
SecurityAdvisoryTest::testPsa function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Tests that a security advisory is displayed.
SecurityAdvisoryTest::writeSettings function core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php Rewrites the settings.php file of the test site.
SecurityFileUploadEventSubscriberTest class core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php SecurityFileUploadEventSubscriber tests.
SecurityFileUploadEventSubscriberTest.php file core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php
SecurityFileUploadEventSubscriberTest::provideFilenames function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Provides data for testSanitizeName().
SecurityFileUploadEventSubscriberTest::provideFilenamesNoMunge function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Provides data for testSanitizeNameNoMunge().
SecurityFileUploadEventSubscriberTest::testSanitizeName function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Tests file name sanitization.
SecurityFileUploadEventSubscriberTest::testSanitizeNameNoMunge function core/modules/system/tests/src/Unit/Event/SecurityFileUploadEventSubscriberTest.php Tests file name sanitization without file munging.
SeeTest class core/tests/PHPStan/fixtures/test-classes-with-metadata.php With some docs.
SeeTest class core/tests/PHPStan/fixtures/abstract-test-classes.php With some docs.
SelectCloneTest class core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php Tests cloning Select queries.
SelectCloneTest.php file core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php
SelectCloneTest::testNestedQueryCloning function core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php Tests that nested SELECT queries are cloned properly.
SelectCloneTest::testSelectConditionSubQueryCloning function core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php Tests that subqueries as value within conditions are cloned properly.
SelectComplexTest class core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests the Select query builder with more complex queries.
SelectComplexTest.php file core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
SelectComplexTest::$modules property core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Modules to install.
SelectComplexTest::testCountQuery function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that we can generate a count query from a built query.
SelectComplexTest::testCountQueryDistinct function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that we can generate a count query from a query with distinct.
SelectComplexTest::testCountQueryFieldRemovals function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that countQuery properly removes fields and expressions.
SelectComplexTest::testCountQueryGroupBy function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that we can generate a count query from a query with GROUP BY.
SelectComplexTest::testCountQueryRemovals function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that countQuery removes 'all_fields' statements and ordering clauses.
SelectComplexTest::testDefaultJoin function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests simple JOIN statements.
SelectComplexTest::testDistinct function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests distinct queries.
SelectComplexTest::testGroupBy function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests GROUP BY clauses.
SelectComplexTest::testGroupByAndHaving function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests GROUP BY and HAVING clauses together.
SelectComplexTest::testHavingCountQuery function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests having queries.
SelectComplexTest::testJoinConditionObject function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that join conditions can use Condition objects.
SelectComplexTest::testJoinSubquery function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that we can join on a query.
SelectComplexTest::testJoinTwice function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Confirms we can join on a single table twice with a dynamic alias.
SelectComplexTest::testLeftOuterJoin function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests LEFT OUTER joins.
SelectComplexTest::testNestedConditions function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Confirms that we can properly nest conditional clauses.
SelectComplexTest::testRange function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests range queries.
SelectComplexTest::testRangeUndo function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests whether the range property of a select clause can be undone.
SelectComplexTest::testSelectWithRowCount function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that rowCount() throws exception on SELECT query.
SelectExtenderTest class core/tests/Drupal/KernelTests/Core/Database/SelectExtenderTest.php Tests the Select query extender classes.

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