Search for test

  1. Search 7.x for test
  2. Search 8.9.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
AttributeTest::testAdd function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests adding new values to an existing part of the attribute.
AttributeTest::testAddClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests adding class attributes with the AttributeArray helper method.
@covers ::addClass
AttributeTest::testAttributeValues function core/tests/Drupal/Tests/Core/Template/AttributeTest.php @covers ::createAttributeValue
@dataProvider providerTestAttributeValues
AttributeTest::testChainAddRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing class attributes with the Attribute helper methods.
@covers ::removeClass
@covers ::addClass
AttributeTest::testConstructor function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the constructor of the attribute class.
AttributeTest::testHasAttribute function core/tests/Drupal/Tests/Core/Template/AttributeTest.php @covers ::hasAttribute
@dataProvider providerTestHasAttribute
AttributeTest::testHasClass function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests checking for class names with the Attribute method.
@covers ::hasClass
AttributeTest::testIterate function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests iterating on the values of the attribute.
AttributeTest::testMerge function core/tests/Drupal/Tests/Core/Template/AttributeTest.php @covers ::merge
@dataProvider providerTestMerge
AttributeTest::testMergeArgumentException function core/tests/Drupal/Tests/Core/Template/AttributeTest.php @covers ::merge
AttributeTest::testPrint function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests printing of an attribute.
AttributeTest::testRemove function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing of values.
AttributeTest::testRemoveAttribute function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing attributes.
@covers ::removeAttribute
AttributeTest::testRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing class attributes with the AttributeArray helper method.
@covers ::removeClass
AttributeTest::testSet function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests set of values.
AttributeTest::testSetAttribute function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests setting attributes.
@covers ::setAttribute
AttributeTest::testStorage function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the storage method.
AttributeTest::testTwigAddRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the twig calls to the Attribute.
@dataProvider providerTestAttributeClassHelpers
AuthenticationCollectorTest class core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php @coversDefaultClass \Drupal\Core\Authentication\AuthenticationCollector
@group Authentication
AuthenticationCollectorTest.php file core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php Contains \Drupal\Tests\Core\Authentication\AuthenticationCollectorTest.
AuthenticationCollectorTest::testAuthenticationCollector function core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php Tests adding, getting, and order of priorities.
AuthenticationManagerTest class core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php @coversDefaultClass \Drupal\Core\Authentication\AuthenticationManager
@group Authentication
AuthenticationManagerTest.php file core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php Contains \Drupal\Tests\Core\Authentication\AuthenticationManagerTest.
AuthenticationManagerTest::providerTestDefaultFilter function core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php Provides data to self::testDefaultFilter().
AuthenticationManagerTest::testApplyFilterWithFilterProvider function core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php @covers ::applyFilter
AuthenticationManagerTest::testDefaultFilter function core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php @covers ::defaultFilter
@covers ::applyFilter
AuthenticationProviderPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\AuthenticationProviderPass
@group DependencyInjection
AuthenticationProviderPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php
AuthenticationProviderPassTest::testEncoders function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php @covers ::process
AutoIncrementingTestItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Defines the 'field_method_invocation_order_test' entity field type.
AutoIncrementingTestItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php
AutoIncrementingTestItem::getIncrementedFieldValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php Gets an incremented field value.
AutoIncrementingTestItem::preSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php
Automated tests group core/core.api.php Overview of PHPUnit and Nightwatch automated tests.
AutowireTest class core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Tests auto-wiring services.
AutowireTest.php file core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php
AutowireTest::$modules property core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php
AutowireTest::testAutowire function core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php Tests that 'autowire_test.service' has its dependencies injected.
autowire_test.info.yml file core/modules/system/tests/modules/autowire_test/autowire_test.info.yml core/modules/system/tests/modules/autowire_test/autowire_test.info.yml
autowire_test.services.yml file core/modules/system/tests/modules/autowire_test/autowire_test.services.yml core/modules/system/tests/modules/autowire_test/autowire_test.services.yml
BackendChainImplementationUnitTest class core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Unit test of backend chain implementation specifics.
BackendChainImplementationUnitTest.php file core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php
BackendChainImplementationUnitTest::$chain property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Chain that will be heavily tested.
BackendChainImplementationUnitTest::$firstBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php First backend in the chain.
BackendChainImplementationUnitTest::$secondBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Second backend in the chain.
BackendChainImplementationUnitTest::$thirdBackend property core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Third backend in the chain.
BackendChainImplementationUnitTest::setUp function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php
BackendChainImplementationUnitTest::testDelete function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that delete will propagate.
BackendChainImplementationUnitTest::testDeleteAllPropagation function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that the delete all operation is propagated to all chained backends.
BackendChainImplementationUnitTest::testDeleteTagsPropagation function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that the delete tags operation is propagated to all chained backends.

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