Search for run
Title | Object type | File name | Summary |
---|---|---|---|
authorize_run_operation | function | includes/ |
Runs the operation specified in $_SESSION['authorize_operation']. |
ColorUnitTestCase | class | modules/ |
Unit tests for the color.module |
ColorUnitTestCase::$test_values | property | modules/ |
|
ColorUnitTestCase::getInfo | function | modules/ |
|
ColorUnitTestCase::setUp | function | modules/ |
Set up the test environment. |
ColorUnitTestCase::testColorPack | function | modules/ |
|
ColorUnitTestCase::testColorUnpack | function | modules/ |
|
CronRunTestCase | class | modules/ |
|
CronRunTestCase::getInfo | function | modules/ |
Implement getInfo(). |
CronRunTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
CronRunTestCase::testAutomaticCron | function | modules/ |
Ensure that the automatic cron run feature is working. |
CronRunTestCase::testCronCacheExpiration | function | modules/ |
Tests that hook_flush_caches() is not invoked on every single cron run. |
CronRunTestCase::testCronExceptions | function | modules/ |
Make sure exceptions thrown on hook_cron() don't affect other modules. |
CronRunTestCase::testCronRun | function | modules/ |
Test cron runs. |
CronRunTestCase::testManualCron | function | modules/ |
Ensure that the manual cron run is working. |
CronRunTestCase::testTempFileCleanup | function | modules/ |
Ensure that temporary files are removed. |
DatabaseConnection::truncate | function | includes/ |
Prepares and returns a TRUNCATE query object. |
DatabaseDeleteTruncateTestCase | class | modules/ |
Delete/Truncate tests. |
DatabaseDeleteTruncateTestCase::getInfo | function | modules/ |
|
DatabaseDeleteTruncateTestCase::testSimpleDelete | function | modules/ |
Confirm that we can delete a single record successfully. |
DatabaseDeleteTruncateTestCase::testSubselectDelete | function | modules/ |
Confirm that we can use a subselect in a delete successfully. |
DatabaseDeleteTruncateTestCase::testTruncate | function | modules/ |
Confirm that we can truncate a whole table successfully. |
DatabaseReservedKeywordTestCase::testTruncateReservedWordTable | function | modules/ |
|
DatabaseTasks::runTasks | function | includes/ |
Run database tasks and tests to see if Drupal can run on the database. |
DatabaseTasks::runTestQuery | function | includes/ |
Run SQL tests to ensure the database can execute commands with the current user. |
db_run_tasks | function | includes/ |
Ensures the environment for a Drupal database on a predefined connection. |
db_truncate | function | includes/ |
Returns a new TruncateQuery object for the active database. |
DrupalLocalStreamWrapper::stream_truncate | function | includes/ |
Truncate stream. |
DrupalTestCase::run | function | modules/ |
Run all tests in this class. |
DrupalWebTestCase::cronRun | function | modules/ |
Runs cron in the Drupal installed by Simpletest. |
drupal_cron_run | function | includes/ |
Executes a cron run when called. |
drupal_truncate_bytes | function | includes/ |
Truncates a UTF-8-encoded string safely to a number of bytes. |
FilterUnitTestCase | class | modules/ |
Unit tests for core filters. |
FilterUnitTestCase::assertFilteredString | function | modules/ |
Asserts multiple filter output expectations for multiple input strings. |
FilterUnitTestCase::assertNoNormalized | function | modules/ |
Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string. |
FilterUnitTestCase::assertNormalized | function | modules/ |
Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string. |
FilterUnitTestCase::getInfo | function | modules/ |
|
FilterUnitTestCase::testFilterXSS | function | modules/ |
Tests limiting allowed tags and XSS prevention. |
FilterUnitTestCase::testFilterXSSAdmin | function | modules/ |
Tests the loose, admin HTML filter. |
FilterUnitTestCase::testHtmlCorrectorFilter | function | modules/ |
Tests the HTML corrector filter. |
FilterUnitTestCase::testHtmlEscapeFilter | function | modules/ |
Tests the HTML escaping filter. |
FilterUnitTestCase::testHtmlFilter | function | modules/ |
Tests filter settings, defaults, access restrictions and similar. |
FilterUnitTestCase::testLineBreakFilter | function | modules/ |
Tests the line break filter. |
FilterUnitTestCase::testNoFollowFilter | function | modules/ |
Tests the spam deterrent. |
FilterUnitTestCase::testUrlFilter | function | modules/ |
Tests the URL filter. |
FilterUnitTestCase::testUrlFilterContent | function | modules/ |
Tests URL filter on longer content. |
install_run_task | function | includes/ |
Runs an individual installation task. |
install_run_tasks | function | includes/ |
Runs all tasks for the current installation request. |
INSTALL_TASK_RUN_IF_NOT_COMPLETED | constant | includes/ |
Global flag to indicate that a task should be run on each installation request that reaches it, until the database is set up and we are able to record the fact that it already ran. |
INSTALL_TASK_RUN_IF_REACHED | constant | includes/ |
Run the task on each installation request until the database is set up. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.