UnicodeUnitTest::helperTestTruncate |
function |
core/modules/simpletest/tests/unicode.test |
Tests truncate_utf8(). |
FilterUnitTestCase::assertNormalized |
function |
core/modules/filter/tests/filter.test |
Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string. |
BackdropRequestSanitizerUnitTestCase |
class |
core/modules/system/tests/system.test |
Tests request sanitation used in early bootstrap. |
CronRunTestCase::testTempFileCleanup |
function |
core/modules/system/tests/system.test |
Ensure that temporary files are removed. |
FilterUnitTestCase::testNoFollowFilter |
function |
core/modules/filter/tests/filter.test |
Tests the spam deterrent. |
FilterUnitTestCase::testFilterXSSAdmin |
function |
core/modules/filter/tests/filter.test |
Tests the loose, admin HTML filter. |
FilterUnitTestCase::assertNoNormalized |
function |
core/modules/filter/tests/filter.test |
Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string. |
queue_example_add_remove_form_run_cron |
function |
modules/examples/queue_example/queue_example.module |
Submit function for "run cron" button. |
FilterUnitTestCase::testLineBreakFilter |
function |
core/modules/filter/tests/filter.test |
Tests the line break filter. |
LocaleUILanguageNegotiationTest::runTest |
function |
core/modules/locale/tests/locale.test |
|
FilterUnitTestCase::testHtmlEscapeFilter |
function |
core/modules/filter/tests/filter.test |
Tests the HTML escaping filter. |
FilterUnitTestCase::assertFilteredString |
function |
core/modules/filter/tests/filter.test |
Asserts multiple filter output expectations for multiple input strings. |
FilterUnitTestCase::testUrlFilterContent |
function |
core/modules/filter/tests/filter.test |
Tests URL filter on longer content. |
FilterUnitTestCase::testImageAlignFilter |
function |
core/modules/filter/tests/filter.test |
Tests the Image alignment filter (data-align). |
CronRunTestCase::testCronCacheExpiration |
function |
core/modules/system/tests/system.test |
Tests that hook_flush_caches() is not invoked on every single cron run. |
UpdateCoreTestCase::testModulePageRunCron |
function |
core/modules/update/tests/update.test |
Checks that running cron updates the list of available updates. |
GenericFieldTest::runTestGenericFieldInfo |
function |
modules/examples/field_permission_example/tests/field_permission_example.test |
Verify that all required fields are specified in hook_field_info(). |
FilterUnitTestCase::testImageAlignCaption |
function |
core/modules/filter/tests/filter.test |
Tests the Image caption filter (data-caption). |
SimpleTestExampleTestCase::runningOnTestbot |
function |
modules/examples/simpletest_example/tests/simpletest_example.test |
Detect if we're running on PIFR testbot. |
BackdropLocalStreamWrapper::stream_truncate |
function |
core/includes/stream_wrappers.inc |
Truncate stream. |
FilterUnitTestCase::testHtmlCorrectorFilter |
function |
core/modules/filter/tests/filter.test |
Tests the HTML corrector filter. |
BackdropRequestSanitizerUnitTestCase::setUp |
function |
core/modules/system/tests/system.test |
Sets up unit test environment. |
SimpleTestFunctionalTest::testWebTestRunner |
function |
core/modules/simpletest/tests/simpletest.test |
Make sure that tests selected through the web interface are run and
that the results are displayed correctly. |
DatabaseDeleteTruncateTestCase::testTruncate |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can truncate a whole table successfully. |
BackdropErrorHandlerUnitTest::testErrorHandler |
function |
core/modules/simpletest/tests/error.test |
Test the error handler. |
DatabaseDeleteTruncateTestCase::testSimpleDelete |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can delete a single record successfully. |
BackdropRequestSanitizerUnitTestCase::$testCases |
property |
core/modules/system/tests/system.test |
|
BackdropErrorHandlerUnitTest::assertErrorMessage |
function |
core/modules/simpletest/tests/error.test |
Helper function: assert that the error message is found. |
BackdropErrorHandlerUnitTest::testExceptionHandler |
function |
core/modules/simpletest/tests/error.test |
Test the exception handler. |
BackdropErrorHandlerUnitTest::assertNoErrorMessage |
function |
core/modules/simpletest/tests/error.test |
Helper function: assert that the error message is not found. |
DatabaseDeleteTruncateTestCase::testSubselectDelete |
function |
core/modules/simpletest/tests/database_test.test |
Confirm that we can use a subselect in a delete successfully. |
BackdropRequestSanitizerUnitTestCase::testBackdropRequestSanitizer |
function |
core/modules/system/tests/system.test |
Tests request sanitation used in early bootstrap. |