BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
Test cache headers.
CommonJSONUnitTestCase::testJSON in core/modules/simpletest/tests/common.test
Tests converting PHP variables to JSON strings and back.
DatabaseConnectionTestCase::testConnectionClosing in core/modules/simpletest/tests/database_test.test
Tests the closing of a database connection.
DatabaseConnectionTestCase::testConnectionRouting in core/modules/simpletest/tests/database_test.test
Test that connections return appropriate connection objects.
DatabaseSelectTestCase::testSelectDuplicateAlias in core/modules/simpletest/tests/database_test.test
Test that aliases are renamed when duplicates.
DatabaseTransactionTestCase::testTransactionRollBackSupported in core/modules/simpletest/tests/database_test.test
Test transaction rollback on a database that supports transactions.
FileTestCase::createFile in core/modules/simpletest/tests/file.test
Create a file and save it to the files table and assert that it occurs correctly.
FileTestHelper::createFile in core/modules/file/tests/file.test
Create file
ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in core/modules/image/tests/image.test
Test image_style_url().
LocaleTranslationFunctionalTest::testStringValidation in core/modules/locale/tests/locale.test
Tests the validation of the translation input.
NodeTypeTestCase::testNodeTypeCreation in core/modules/node/tests/node.test
Tests creating a content type programmatically and via a form.
PageEditTestCase::testPageEdit in core/modules/node/tests/node.test
Checks node edit functionality.
PagerFunctionalWebTestCase::testThemePagerQuantityNotSet in core/modules/simpletest/tests/pager.test
Tests theme_pager() when an empty quantity is passed.