db_truncate |
function |
drupal/includes/database/database.inc |
Returns a new TruncateQuery object for the active database. |
run-tests.sh |
file |
drupal/scripts/run-tests.sh |
This script runs Drupal tests from command line. |
db_run_tasks |
function |
drupal/includes/install.inc |
Ensures the environment for a Drupal database on a predefined connection. |
truncate_utf8 |
function |
drupal/includes/unicode.inc |
Truncates a UTF-8-encoded string safely to a number of characters. |
TruncateQuery |
class |
drupal/includes/database/query.inc |
General class for an abstracted TRUNCATE operation. |
CronRunTestCase |
class |
drupal/modules/system/system.test |
|
drupal_cron_run |
function |
drupal/includes/common.inc |
Executes a cron run when called. |
system_run_cron |
function |
drupal/modules/system/system.admin.inc |
Menu callback: run cron manually. |
install_run_task |
function |
drupal/includes/install.core.inc |
Runs an individual installation task. |
install_run_tasks |
function |
drupal/includes/install.core.inc |
Runs all tasks for the current installation request. |
FilterUnitTestCase |
class |
drupal/modules/filter/filter.test |
Unit tests for core filters. |
TruncateQuery_mysql |
class |
drupal/includes/database/mysql/query.inc |
|
DrupalTestCase::run |
function |
drupal/modules/simpletest/drupal_web_test_case.php |
Run all tests in this class. |
simpletest_run_tests |
function |
drupal/modules/simpletest/simpletest.module |
Actually runs tests. |
TruncateQuery_sqlite |
class |
drupal/includes/database/sqlite/query.inc |
SQLite specific implementation of TruncateQuery. |
drupal_truncate_bytes |
function |
drupal/includes/unicode.inc |
Truncates a UTF-8-encoded string safely to a number of bytes. |
system_authorized_run |
function |
drupal/modules/system/system.module |
Setup and invoke an operation using authorize.php. |
TruncateQuery::$table |
property |
drupal/includes/database/query.inc |
The table to truncate. |
CronRunTestCase::setUp |
function |
drupal/modules/system/system.test |
Sets up a Drupal site for running functional and integration tests. |
_search_index_truncate |
function |
drupal/modules/search/search.module |
Helper function for array_walk in search_index_split. |
TruncateQuery::compile |
function |
drupal/includes/database/query.inc |
Implements QueryConditionInterface::compile(). |
TruncateQuery::execute |
function |
drupal/includes/database/query.inc |
Executes the TRUNCATE query. |
system_run_cron_submit |
function |
drupal/modules/system/system.admin.inc |
Submit callback; run cron. |
DatabaseTasks::runTasks |
function |
drupal/includes/install.inc |
Run database tasks and tests to see if Drupal can run on the database. |
TriggerUnassignTestCase |
class |
drupal/modules/trigger/trigger.test |
Tests the unassigning of triggers. |
MockTestConnection::run |
function |
drupal/modules/simpletest/tests/filetransfer.test |
|
authorize_run_operation |
function |
drupal/includes/authorize.inc |
Runs the operation specified in $_SESSION['authorize_operation']. |
TruncateQuery::compiled |
function |
drupal/includes/database/query.inc |
Implements QueryConditionInterface::compiled(). |
CronRunTestCase::getInfo |
function |
drupal/modules/system/system.test |
Implement getInfo(). |
TruncateQuery::__toString |
function |
drupal/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
system_run_automated_cron |
function |
drupal/modules/system/system.module |
Run the automated cron if enabled. |
DrupalWebTestCase::cronRun |
function |
drupal/modules/simpletest/drupal_web_test_case.php |
Runs cron in the Drupal installed by Simpletest. |
TruncateQuery::__construct |
function |
drupal/includes/database/query.inc |
Constructs a TruncateQuery object. |
DatabaseTasks::runTestQuery |
function |
drupal/includes/install.inc |
Run SQL tests to ensure the database can execute commands with the current user. |
INSTALL_TASK_RUN_IF_REACHED |
constant |
drupal/includes/install.core.inc |
Run the task on each installation request until the database is set up. |
FilterUnitTestCase::getInfo |
function |
drupal/modules/filter/filter.test |
|
update_authorize_run_update |
function |
drupal/modules/update/update.authorize.inc |
Updates existing projects when invoked by authorize.php. |
DatabaseConnection::truncate |
function |
drupal/includes/database/database.inc |
Prepares and returns a TRUNCATE query object. |
CronRunTestCase::testCronRun |
function |
drupal/modules/system/system.test |
Test cron runs. |
update_authorize_run_install |
function |
drupal/modules/update/update.authorize.inc |
Installs a new project when invoked by authorize.php. |
DatabaseDeleteTruncateTestCase |
class |
drupal/modules/simpletest/tests/database_test.test |
Delete/Truncate tests. |
TriggerUnassignTestCase::setUp |
function |
drupal/modules/trigger/trigger.test |
Sets up a Drupal site for running functional and integration tests. |
TruncateQuery_sqlite::__toString |
function |
drupal/includes/database/sqlite/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
TriggerUnassignTestCase::getInfo |
function |
drupal/modules/trigger/trigger.test |
|
MockTestConnection::$commandsRun |
property |
drupal/modules/simpletest/tests/filetransfer.test |
|
INSTALL_TASK_RUN_IF_NOT_COMPLETED |
constant |
drupal/includes/install.core.inc |
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. |
FilterUnitTestCase::testFilterXSS |
function |
drupal/modules/filter/filter.test |
Tests limiting allowed tags and XSS prevention. |
FilterUnitTestCase::testUrlFilter |
function |
drupal/modules/filter/filter.test |
Tests the URL filter. |
UnicodeUnitTest::runTruncateTests |
function |
drupal/modules/simpletest/tests/unicode.test |
Runs test cases for helperTestTruncate(). |
CronRunTestCase::testAutomaticCron |
function |
drupal/modules/system/system.test |
Ensure that the automatic cron run feature is working. |