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
LocalTaskTestWithUnsafeTitle.php file core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php
LocalTaskTestWithUnsafeTitle::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalTaskTestWithUnsafeTitle.php Gets the definition of all derivatives of a base plugin.
LockBackendAbstractTest class core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php Tests Drupal\Core\Lock\LockBackendAbstract.
LockBackendAbstractTest.php file core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php
LockBackendAbstractTest::$lock property core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php The Mocked LockBackendAbstract object.
LockBackendAbstractTest::setUp function core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php
LockBackendAbstractTest::testGetLockId function core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php Tests the getLockId() method.
LockBackendAbstractTest::testWaitFalse function core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php Tests the wait() method when lockMayBeAvailable() returns TRUE.
LockBackendAbstractTest::testWaitTrue function core/tests/Drupal/Tests/Core/Lock/LockBackendAbstractTest.php Tests the wait() method when lockMayBeAvailable() returns FALSE.
LockFileValidatorTest class core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php Tests Drupal\package_manager\Validator\LockFileValidator.
LockFileValidatorTest.php file core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php
LockFileValidatorTest::$activeDir property core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php The path of the active directory in the test project.
LockFileValidatorTest::providerValidateStageEvents function core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php Data provider for test methods that validate the stage directory.
LockFileValidatorTest::register function core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php Registers test-specific services.
LockFileValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php
LockFileValidatorTest::testApplyWithNoChange function core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php Tests validation when the staged and active lock files are identical.
LockFileValidatorTest::testCreateWithLock function core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php Tests that if an active lock file exists, a stage can be created.
LockFileValidatorTest::testCreateWithNoLock function core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php Tests that if no active lock file exists, a stage cannot be created.
LockFileValidatorTest::testLockFileChanged function core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php Tests validation when the lock file has changed.
LockFileValidatorTest::testLockFileDeleted function core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php Tests validation when the lock file is deleted.
LockFileValidatorTest::testNoStoredHash function core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php Tests exception when a stored hash of the active lock file is unavailable.
LockFileValidatorTest::testStatusCheckAvailableStage function core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php Tests StatusCheckEvent when the stage is available.
LockFunctionalTest class core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php Confirm locking works between two separate requests.
LockFunctionalTest.php file core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php
LockFunctionalTest::$defaultTheme property core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php The theme to install as the default for testing.
LockFunctionalTest::$modules property core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php Modules to install.
LockFunctionalTest::testLockAcquire function core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php Confirms that we can acquire and release locks in two parallel requests.
LockFunctionalTest::testPersistentLock function core/modules/system/tests/src/Functional/Lock/LockFunctionalTest.php Tests that the persistent lock is persisted between requests.
LockTest class core/tests/Drupal/KernelTests/Core/Lock/LockTest.php Tests the Database lock backend.
LockTest.php file core/tests/Drupal/KernelTests/Core/Lock/LockTest.php
LockTest::$lock property core/tests/Drupal/KernelTests/Core/Lock/LockTest.php Database lock backend to test.
LockTest::setUp function core/tests/Drupal/KernelTests/Core/Lock/LockTest.php
LockTest::testBackendLockRelease function core/tests/Drupal/KernelTests/Core/Lock/LockTest.php Tests backend release functionality.
LockTest::testBackendLockReleaseAll function core/tests/Drupal/KernelTests/Core/Lock/LockTest.php Tests backend release functionality.
logger.advisory_feed_test service core/modules/system/tests/modules/advisory_feed_test/advisory_feed_test.services.yml Drupal\advisory_feed_test\TestSystemLoggerChannel
logger.channel.logger_aware_test service core/modules/system/tests/modules/logger_aware_test/logger_aware_test.services.yml
logger.syslog_test service core/modules/syslog/tests/modules/syslog_test/syslog_test.services.yml Drupal\syslog_test\Logger\SysLogTest
LoggerAwarePassTest class core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php Tests the logger aware compiler pass.
LoggerAwarePassTest.php file core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php
LoggerAwarePassTest::$modules property core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php Modules to install.
LoggerAwarePassTest::testExistingLogger function core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php Tests that existing loggers are not overwritten.
LoggerAwarePassTest::testLoggerAwarePass function core/modules/system/tests/src/Kernel/DependencyInjection/CompilerPass/LoggerAwarePassTest.php Tests that the logger aware compiler pass works.
LoggerChannelFactoryTest class core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php Tests Drupal\Core\Logger\LoggerChannelFactory.
LoggerChannelFactoryTest.php file core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php
LoggerChannelFactoryTest::testGet function core/tests/Drupal/Tests/Core/Logger/LoggerChannelFactoryTest.php Tests LoggerChannelFactory::get().
LoggerChannelTest class core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php Tests Drupal\Core\Logger\LoggerChannel.
LoggerChannelTest.php file core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php
LoggerChannelTest::providerTestLog function core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php Data provider for self::testLog().
LoggerChannelTest::testLog function core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php Tests LoggerChannel::log().
LoggerChannelTest::testLogRecursionProtection function core/tests/Drupal/Tests/Core/Logger/LoggerChannelTest.php Tests LoggerChannel::log() recursion protection.

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