Search for test
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Test | class | core/ |
Provides test media source. |
Test | class | core/ |
Defines a test controller for page titles. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
CreateSampleEntityTest::$modules | property | core/ |
Modules to enable. |
CreateSampleEntityTest::setUp | function | core/ |
|
CreateSampleEntityTest::testSampleValueContentEntity | function | core/ |
Tests sample value content entity creation of all types. |
CreateTestContentEntitiesTrait | trait | core/ |
Provides helper methods for creating test content. |
CreateTestContentEntitiesTrait.php | file | core/ |
|
CreateTestContentEntitiesTrait::createContent | function | core/ |
Create several pieces of generic content. |
CreateTestContentEntitiesTrait::createContentPostUpgrade | function | core/ |
Create several pieces of generic content. |
CreateTestContentEntitiesTrait::getRequiredModules | function | core/ |
Gets required modules. |
CreateTestContentEntitiesTrait::installEntitySchemas | function | core/ |
Install required entity schemas. |
CredentialFormTest | class | core/ |
Test the credential form for both Drupal 6 and Drupal 7 sources. |
CredentialFormTest.php | file | core/ |
|
CredentialFormTest::$modules | property | core/ |
Modules to enable. |
CredentialFormTest::getAvailablePaths | function | core/ |
Gets the available upgrade paths. |
CredentialFormTest::getEntityCounts | function | core/ |
Gets the expected number of entities per entity type after migration. |
CredentialFormTest::getEntityCountsIncremental | function | core/ |
Gets expected number of entities per entity after incremental migration. |
CredentialFormTest::getMissingPaths | function | core/ |
Gets the missing upgrade paths. |
CredentialFormTest::getSourceBasePath | function | core/ |
Gets the source base path for the concrete test. |
CredentialFormTest::providerCredentialForm | function | core/ |
Data provider for testCredentialForm. |
CredentialFormTest::testCredentialFrom | function | core/ |
Test the credential form. |
CronQueueTest | class | core/ |
Tests the Cron Queue runner. |
CronQueueTest.php | file | core/ |
|
CronQueueTest::$connection | property | core/ |
The database connection. |
CronQueueTest::$cron | property | core/ |
The cron service. |
CronQueueTest::$currentTime | property | core/ |
The fake current time used for queue worker / cron testing purposes. |
CronQueueTest::$modules | property | core/ |
The modules to enable. |
CronQueueTest::setUp | function | core/ |
|
CronQueueTest::testDatabaseQueueReturnTypes | function | core/ |
Tests that database queue implementation complies with interfaces specs. |
CronQueueTest::testDelayException | function | core/ |
Tests that DelayedRequeueException behaves as expected when running cron. |
CronQueueTest::testExceptions | function | core/ |
Tests that exceptions thrown by workers are handled properly. |
CronQueueTest::testLeaseTime | function | core/ |
Tests that leases are expiring correctly, also within the same request. |
CronQueueTest::testQueueWorkerManagerSafeguard | function | core/ |
Test safeguard against invalid annotations in QueueWorkerManager. |
CronQueueTestBrokenQueue | class | core/ |
Plugin annotation @QueueWorker( id = "cron_queue_test_broken_queue", title = @Translation("Broken queue test"), cron = {"time" = 60} ) |
CronQueueTestBrokenQueue.php | file | core/ |
|
CronQueueTestBrokenQueue::processItem | function | core/ |
Works on a single queue item. |
CronQueueTestDatabaseDelayException | class | core/ |
A queue worker for testing cron exception handling. |
CronQueueTestDatabaseDelayException.php | file | core/ |
|
CronQueueTestDatabaseDelayException::DELAY_INTERVAL | constant | core/ |
|
CronQueueTestDatabaseDelayException::processItem | function | core/ |
Works on a single queue item. |
CronQueueTestException | class | core/ |
Plugin annotation @QueueWorker( id = "cron_queue_test_exception", title = @Translation("Exception test"), cron = {"time" = 1} ) |
CronQueueTestException.php | file | core/ |
|
CronQueueTestException::processItem | function | core/ |
Works on a single queue item. |
CronQueueTestLeaseTime | class | core/ |
Plugin annotation @QueueWorker( id = "cron_queue_test_lease_time", title = @Translation("Lease time test"), cron = {"time" = 100} ) |
CronQueueTestLeaseTime.php | file | core/ |
|
CronQueueTestLeaseTime::processItem | function | core/ |
Works on a single queue item. |
CronQueueTestMemoryDelayException | class | core/ |
A queue worker for testing cron exception handling. |
CronQueueTestMemoryDelayException.php | file | core/ |
|
CronQueueTestMemoryDelayException::processItem | function | core/ |
Works on a single queue item. |
CronQueueTestRequeueException | class | core/ |
Plugin annotation @QueueWorker( id = "cron_queue_test_requeue_exception", title = @Translation("RequeueException test"), cron = {"time" = 60} ) |
CronQueueTestRequeueException.php | file | core/ |
|
CronQueueTestRequeueException::processItem | function | core/ |
Works on a single queue item. |
Pagination
- Previous page
- Page 148
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.