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. 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
FinalTestHttpMiddlewareClass::handle function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestHttpMiddlewareClass::terminate function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestHttpMiddlewareClass::__construct function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
FinalTestNonTerminableHttpMiddlewareClass class core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php Stub of http_middleware class that is declared final but is not terminable.
FinalTestNonTerminableHttpMiddlewareClass.php file core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FinalTestNonTerminableHttpMiddlewareClass::handle function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FinalTestNonTerminableHttpMiddlewareClass::__construct function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FinderTest class core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php Tests Finder.
FinderTest.php file core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php
FinderTest::assertRelativeOrder function core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php Asserts that an item in an array comes before another item in that array.
FinderTest::testExceptionIfNoUuid function core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php Tests that files without UUIDs will raise an exception.
FinderTest::testFoundDataIsInDependencyOrder function core/tests/Drupal/Tests/Core/DefaultContent/FinderTest.php Tests that any discovered entity data is sorted into dependency order.
FinishResponseSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php Tests Drupal\Core\EventSubscriber\FinishResponseSubscriber.
FinishResponseSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php
FinishResponseSubscriberTest::$cacheContextsManager property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock cache contexts manager.
FinishResponseSubscriberTest::$kernel property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock Kernel.
FinishResponseSubscriberTest::$languageManager property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock language manager.
FinishResponseSubscriberTest::$requestPolicy property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock request policy.
FinishResponseSubscriberTest::$responsePolicy property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock response policy.
FinishResponseSubscriberTest::$time property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock time service.
FinishResponseSubscriberTest::setUp function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php
FinishResponseSubscriberTest::testDefaultHeaders function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php Finish subscriber should set some default header values.
FinishResponseSubscriberTest::testExistingHeaders function core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php Finish subscriber should not overwrite existing header values.
FixtureDeprecatedClass::testFunction function core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php Returns a known value.
FixtureManipulatorTest class core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests Drupal\fixture_manipulator\FixtureManipulator.
FixtureManipulatorTest.php file core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php
FixtureManipulatorTest::$dir property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The root directory of the test project.
FixtureManipulatorTest::$expectedTearDownException property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The exception expected in ::tearDown() of this test.
FixtureManipulatorTest::$inspector property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The Composer inspector service.
FixtureManipulatorTest::$originalFixturePackages property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The original fixture package list at the start of the test.
FixtureManipulatorTest::setUp function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php
FixtureManipulatorTest::tearDown function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php @todo Remove the line below when https://github.com/phpstan/phpstan-phpunit/issues/187 is fixed.
@phpstan-ignore-next-line
FixtureManipulatorTest::testActiveManipulatorNoCommitError function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Test that an exception is thrown if ::commitChanges() is not called.
FixtureManipulatorTest::testAddDotGitFolder function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests add dot git folder.
FixtureManipulatorTest::testAddPackage function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests add package.
FixtureManipulatorTest::testModifyPackageConfig function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests modify package config.
FixtureManipulatorTest::testRemovePackage function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests remove package.
FixtureManipulatorTest::testStagedFixtureNotCommitted function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests that the stage manipulator throws an exception if not committed.
FlattenTest class core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests the flatten plugin.
FlattenTest.php file core/modules/migrate/tests/src/Unit/process/FlattenTest.php
FlattenTest::providerTestFlatten function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Provides data for the testFlatten.
FlattenTest::providerTestFlattenInvalid function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Provides data for the testFlattenInvalid.
FlattenTest::setUp function core/modules/migrate/tests/src/Unit/process/FlattenTest.php
FlattenTest::testFlatten function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests that various array flatten operations work properly.
FlattenTest::testFlattenInvalid function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests that Flatten throws a MigrateException.
FloodTest class core/modules/system/tests/src/Kernel/System/FloodTest.php Functional tests for the flood control mechanism.
FloodTest.php file core/modules/system/tests/src/Kernel/System/FloodTest.php
FloodTest::$modules property core/modules/system/tests/src/Kernel/System/FloodTest.php Modules to install.
FloodTest::floodBackendProvider function core/modules/system/tests/src/Kernel/System/FloodTest.php Provides an array of backends for testClearByPrefix.
FloodTest::testCleanUp function core/modules/system/tests/src/Kernel/System/FloodTest.php Tests flood control mechanism clean-up.

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