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
RefinableCalculatedPermissionsTest::testMerge function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests merging in another CalculatedPermissions object.
RefinableCalculatedPermissionsTest::testRemoveItem function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the removal of a calculated permissions item.
RefinableCalculatedPermissionsTest::testRemoveItems function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the removal of all calculated permissions items.
RefinableCalculatedPermissionsTest::testRemoveItemsByScope function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the removal of calculated permissions items by scope.
RefinableDependentAccessTraitTestClass class core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php Test class that implements RefinableDependentAccessInterface.
ReflectionFactoryTest class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php @group Plugin
@coversDefaultClass \Drupal\Component\Plugin\Factory\ReflectionFactory[[api-linebreak]]
ReflectionFactoryTest.php file core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php
ReflectionFactoryTest::providerGetInstanceArguments function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Data provider for testGetInstanceArguments.
ReflectionFactoryTest::testCreateInstance function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php @covers ::createInstance[[api-linebreak]]
@dataProvider providerGetInstanceArguments
ReflectionFactoryTest::testGetInstanceArguments function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php @covers ::getInstanceArguments[[api-linebreak]]
@dataProvider providerGetInstanceArguments
ReflectionTest class core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php @coversDefaultClass \Drupal\Component\Utility\Reflection[[api-linebreak]]
@group Utility
ReflectionTest.php file core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php
ReflectionTest::existsForTesting function core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php This method exists for reflection testing only.
ReflectionTest::providerGetParameterClassName function core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php Data provider for ::testGetParameterClassName().
ReflectionTest::testGetParameterClassName function core/tests/Drupal/Tests/Component/Utility/ReflectionTest.php @covers ::getParameterClassName[[api-linebreak]]
@dataProvider providerGetParameterClassName
RegexDirectoryIteratorTest class core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php @coversDefaultClass \Drupal\Component\FileSystem\RegexDirectoryIterator[[api-linebreak]]
@group FileSystem
RegexDirectoryIteratorTest.php file core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php
RegexDirectoryIteratorTest::providerTestRegexDirectoryIterator function core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php Provider for self::testRegexDirectoryIterator().
RegexDirectoryIteratorTest::testRegexDirectoryIterator function core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php @covers ::accept[[api-linebreak]]
@dataProvider providerTestRegexDirectoryIterator
RegionalSettingsFormTest class core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php Tests the system_regional_settings form.
RegionalSettingsFormTest.php file core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php
RegionalSettingsFormTest::$adminAccount property core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php A user with permission to administer site configuration.
RegionalSettingsFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php The theme to install as the default for testing.
RegionalSettingsFormTest::$modules property core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php Modules to install.
RegionalSettingsFormTest::testRegionalSettingsForm function core/modules/system/tests/src/Functional/Form/RegionalSettingsFormTest.php Tests the system_regional_settings form.
RegisterSerializationClassesCompilerPassTest class core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php @coversDefaultClass \Drupal\serialization\RegisterSerializationClassesCompilerPass[[api-linebreak]]
@group serialization
RegisterSerializationClassesCompilerPassTest.php file core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php
RegisterSerializationClassesCompilerPassTest::testEncoders function core/modules/serialization/tests/src/Unit/CompilerPass/RegisterSerializationClassesCompilerPassTest.php @covers ::process[[api-linebreak]]
RegistrationWithUserFieldsTest class core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php Tests user registration forms with additional fields.
RegistrationWithUserFieldsTest.php file core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php
RegistrationWithUserFieldsTest::$defaultTheme property core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php The theme to install as the default for testing.
RegistrationWithUserFieldsTest::$modules property core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php Modules to install.
RegistrationWithUserFieldsTest::$page property core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php DocumentElement object.
RegistrationWithUserFieldsTest::$webAssert property core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php WebAssert object.
RegistrationWithUserFieldsTest::setUp function core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php
RegistrationWithUserFieldsTest::testRegistrationWithUserFields function core/modules/user/tests/src/FunctionalJavascript/RegistrationWithUserFieldsTest.php Tests Field API fields on user registration forms.
RegistryTest class core/tests/Drupal/Tests/Core/Theme/RegistryTest.php @coversDefaultClass \Drupal\Core\Theme\Registry[[api-linebreak]]
@group Theme
RegistryTest class core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Tests the behavior of the ThemeRegistry class.
RegistryTest.php file core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
RegistryTest.php file core/tests/Drupal/Tests/Core/Theme/RegistryTest.php
RegistryTest::$cache property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The mocked cache backend.
RegistryTest::$functions property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The list of functions that get_defined_functions() should provide.
RegistryTest::$kernel property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The kernel.
RegistryTest::$lock property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The mocked lock backend.
RegistryTest::$moduleHandler property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The mocked module handler.
RegistryTest::$moduleList property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The module list.
RegistryTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php Modules to install.
RegistryTest::$profile property core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php
RegistryTest::$registry property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The mocked theme registry.
RegistryTest::$runtimeCache property core/tests/Drupal/Tests/Core/Theme/RegistryTest.php The mocked cache backend.

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