FilterUnitTestCase::testHtmlFilter |
function |
drupal/modules/filter/filter.test |
Tests filter settings, defaults, access restrictions and similar. |
CronRunTestCase::testCronExceptions |
function |
drupal/modules/system/system.test |
Make sure exceptions thrown on hook_cron() don't affect other modules. |
UnicodeUnitTest::helperTestTruncate |
function |
drupal/modules/simpletest/tests/unicode.test |
Tests truncate_utf8(). |
CronRunTestCase::testTempFileCleanup |
function |
drupal/modules/system/system.test |
Ensure that temporary files are removed. |
FilterUnitTestCase::assertNormalized |
function |
drupal/modules/filter/filter.test |
Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string. |
FilterUnitTestCase::testNoFollowFilter |
function |
drupal/modules/filter/filter.test |
Tests the spam deterrent. |
FilterUnitTestCase::testFilterXSSAdmin |
function |
drupal/modules/filter/filter.test |
Tests the loose, admin HTML filter. |
FilterUnitTestCase::assertNoNormalized |
function |
drupal/modules/filter/filter.test |
Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string. |
DatabaseDeleteTruncateTestCase::getInfo |
function |
drupal/modules/simpletest/tests/database_test.test |
|
FilterUnitTestCase::testLineBreakFilter |
function |
drupal/modules/filter/filter.test |
Tests the line break filter. |
CronRunTestCase::testCronCacheExpiration |
function |
drupal/modules/system/system.test |
Tests that hook_flush_caches() is not invoked on every single cron run. |
LocaleUILanguageNegotiationTest::runTest |
function |
drupal/modules/locale/locale.test |
|
FilterUnitTestCase::testHtmlEscapeFilter |
function |
drupal/modules/filter/filter.test |
Tests the HTML escaping filter. |
FilterUnitTestCase::assertFilteredString |
function |
drupal/modules/filter/filter.test |
Asserts multiple filter output expectations for multiple input strings. |
FilterUnitTestCase::testUrlFilterContent |
function |
drupal/modules/filter/filter.test |
Tests URL filter on longer content. |
DrupalLocalStreamWrapper::stream_truncate |
function |
drupal/includes/stream_wrappers.inc |
Truncate stream. |
UpdateCoreTestCase::testModulePageRunCron |
function |
drupal/modules/update/update.test |
Checks that running cron updates the list of available updates. |
SimpleTestFunctionalTest::testWebTestRunner |
function |
drupal/modules/simpletest/simpletest.test |
Make sure that tests selected through the web interface are run and
that the results are displayed correctly. |
FilterUnitTestCase::testHtmlCorrectorFilter |
function |
drupal/modules/filter/filter.test |
Tests the HTML corrector filter. |
DatabaseDeleteTruncateTestCase::testTruncate |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can truncate a whole table successfully. |
DatabaseDeleteTruncateTestCase::testSimpleDelete |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can delete a single record successfully. |
TriggerUnassignTestCase::testUnassignAccessDenied |
function |
drupal/modules/trigger/trigger.test |
Tests an attempt to unassign triggers when none are assigned. |
DatabaseDeleteTruncateTestCase::testSubselectDelete |
function |
drupal/modules/simpletest/tests/database_test.test |
Confirm that we can use a subselect in a delete successfully. |