Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. 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
js_deprecation_log_test.module file core/modules/system/tests/modules/js_deprecation_log_test/js_deprecation_log_test.module Helper module for the JavaScript deprecation tests.
js_deprecation_log_test_js_settings_alter function core/modules/system/tests/modules/js_deprecation_log_test/js_deprecation_log_test.module Implements hook_js_settings_alter().
js_deprecation_log_test_page_attachments function core/modules/system/tests/modules/js_deprecation_log_test/js_deprecation_log_test.module Implements hook_page_attachments().
js_deprecation_test.info.yml file core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.info.yml core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.info.yml
js_deprecation_test.libraries.yml file core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.libraries.yml core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.libraries.yml
js_deprecation_test.module file core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.module Helper module for the JavaScript deprecation tests.
js_deprecation_test.routing.yml file core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.routing.yml core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.routing.yml
js_deprecation_test_js_settings_alter function core/modules/system/tests/modules/js_deprecation_test/js_deprecation_test.module Implements hook_js_settings_alter().
js_message_test.info.yml file core/modules/system/tests/modules/js_message_test/js_message_test.info.yml core/modules/system/tests/modules/js_message_test/js_message_test.info.yml
js_message_test.libraries.yml file core/modules/system/tests/modules/js_message_test/js_message_test.libraries.yml core/modules/system/tests/modules/js_message_test/js_message_test.libraries.yml
js_message_test.routing.yml file core/modules/system/tests/modules/js_message_test/js_message_test.routing.yml core/modules/system/tests/modules/js_message_test/js_message_test.routing.yml
js_webassert_test.info.yml file core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml core/modules/system/tests/modules/js_webassert_test/js_webassert_test.info.yml
js_webassert_test.libraries.yml file core/modules/system/tests/modules/js_webassert_test/js_webassert_test.libraries.yml core/modules/system/tests/modules/js_webassert_test/js_webassert_test.libraries.yml
js_webassert_test.routing.yml file core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml core/modules/system/tests/modules/js_webassert_test/js_webassert_test.routing.yml
JUnitConverter::convertTestCaseToSimpletestRow function core/lib/Drupal/Core/Test/JUnitConverter.php Converts a PHPUnit test case result to a {simpletest} result row.
JUnitConverter::findTestCases function core/lib/Drupal/Core/Test/JUnitConverter.php Finds all test cases recursively from a test suite list.
JUnitConverterTest class core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php Tests Drupal\Core\Test\JUnitConverter.
JUnitConverterTest.php file core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php
JUnitConverterTest::testConvertTestCaseToSimpletestRow function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php @covers ::convertTestCaseToSimpletestRow[[api-linebreak]]
JUnitConverterTest::testXmlElementToRows function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php @covers ::xmlElementToRows[[api-linebreak]]
JUnitConverterTest::testXmlToRowsEmptyFile function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php @covers ::xmlToRows[[api-linebreak]]
JUnitConverterTest::testXmlToRowsWithErrors function core/tests/Drupal/Tests/Core/Test/JUnitConverterTest.php Test errors reported.
@covers ::xmlToRows[[api-linebreak]]
KernelAssertLegacyTraitTest class core/tests/Drupal/Tests/Core/Assert/KernelAssertLegacyTraitTest.php @coversDefaultClass \Drupal\KernelTests\AssertLegacyTrait[[api-linebreak]]
@group Assert
@group legacy
KernelAssertLegacyTraitTest.php file core/tests/Drupal/Tests/Core/Assert/KernelAssertLegacyTraitTest.php
KernelAssertLegacyTraitTest::testAssertFalse function core/tests/Drupal/Tests/Core/Assert/KernelAssertLegacyTraitTest.php @expectedDeprecation Support for asserting against non-boolean values in ::assertFalse is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use a different assert method, for example, ::assertEmpty(). See https://www.drupal.org/node/3082086
KernelAssertLegacyTraitTest::testAssertTrue function core/tests/Drupal/Tests/Core/Assert/KernelAssertLegacyTraitTest.php @expectedDeprecation Support for asserting against non-boolean values in ::assertTrue is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use a different assert method, for example, ::assertNotEmpty(). See https://www.drupal.org/node/3082086
KernelMissingDependentModuleMethodTest class core/tests/fixtures/KernelMissingDependentModuleMethodTest.php A fixture test class with requires annotation.
KernelMissingDependentModuleMethodTest.php file core/tests/fixtures/KernelMissingDependentModuleMethodTest.php
KernelMissingDependentModuleMethodTest::publicCheckRequirements function core/tests/fixtures/KernelMissingDependentModuleMethodTest.php Public access for checkRequirements() to avoid reflection.
KernelMissingDependentModuleMethodTest::testRequiresModule function core/tests/fixtures/KernelMissingDependentModuleMethodTest.php This method should be skipped since it requires a module that is not found.
KernelMissingDependentModuleTest class core/tests/fixtures/KernelMissingDependentModuleTest.php A fixture test class with requires annotation.
KernelMissingDependentModuleTest.php file core/tests/fixtures/KernelMissingDependentModuleTest.php
KernelMissingDependentModuleTest::publicCheckRequirements function core/tests/fixtures/KernelMissingDependentModuleTest.php Public access for checkRequirements() to avoid reflection.
KernelMissingDependentModuleTest::testRequiresModule function core/tests/fixtures/KernelMissingDependentModuleTest.php Placeholder test method.
KernelTestBase class core/modules/simpletest/src/KernelTestBase.php Base class for functional integration tests.
KernelTestBase class core/tests/Drupal/KernelTests/KernelTestBase.php Base class for functional integration tests.
KernelTestBase.php file core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase.php file core/modules/simpletest/src/KernelTestBase.php
KernelTestBase::$backupGlobals property core/tests/Drupal/KernelTests/KernelTestBase.php Back up and restore any global variables that may be changed by tests.
KernelTestBase::$backupStaticAttributes property core/tests/Drupal/KernelTests/KernelTestBase.php Back up and restore static class properties that may be changed by tests.
KernelTestBase::$backupStaticAttributesBlacklist property core/tests/Drupal/KernelTests/KernelTestBase.php Contains a few static class properties for performance.
KernelTestBase::$classLoader property core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$configDirectories property core/modules/simpletest/src/KernelTestBase.php The configuration directories for this test run.
KernelTestBase::$configImporter property core/tests/Drupal/KernelTests/KernelTestBase.php @todo Move into Config test base class.
KernelTestBase::$configSchemaCheckerExclusions property core/tests/Drupal/KernelTests/KernelTestBase.php An array of config object names that are excluded from schema checking.
KernelTestBase::$container property core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$databasePrefix property core/tests/Drupal/KernelTests/KernelTestBase.php
KernelTestBase::$keyValueFactory property core/modules/simpletest/src/KernelTestBase.php A KeyValueMemoryFactory instance to use when building the container.
KernelTestBase::$moduleFiles property core/modules/simpletest/src/KernelTestBase.php
KernelTestBase::$modules property core/modules/simpletest/src/KernelTestBase.php Modules to enable.

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