131 calls to DrupalTestCase::assertIdentical()

AJAXFrameworkTestCase::testLazyLoad in drupal-7.x/modules/simpletest/tests/ajax.test
Test that new JavaScript and CSS files added during an AJAX request are returned.
ArrayDiffUnitTest::testArrayDiffAssocRecursive in drupal-7.x/modules/simpletest/tests/common.test
Tests drupal_array_diff_assoc_recursive().
BlockHashTestCase::assertWeight in drupal-7.x/modules/block/block.test
Asserts that the block_test module's block has a given weight.
BookTestCase::checkBookNode in drupal-7.x/modules/book/book.test
Checks the outline of sub-pages; previous, up, and next.
BootstrapGetFilenameTestCase::testDrupalGetFilename in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test that drupal_get_filename() works correctly when the file is not found in the database.
BootstrapMiscTestCase::testMisc in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test miscellaneous functions in bootstrap.inc.
BootstrapOverrideServerVariablesTestCase::testDrupalOverrideServerVariablesProvidedURL in drupal-7.x/modules/simpletest/tests/bootstrap.test
Test providing a direct URL to to drupal_override_server_variables().
BootstrapVariableTestCase::testVariable in drupal-7.x/modules/simpletest/tests/bootstrap.test
testVariable
BootstrapVariableTestCase::testVariableDefaults in drupal-7.x/modules/simpletest/tests/bootstrap.test
Makes sure that the default variable parameter is passed through okay.
CascadingStylesheetsTestCase::testRenderOrder in drupal-7.x/modules/simpletest/tests/common.test
Test CSS ordering.
CommentPagerTest::assertCommentOrder in drupal-7.x/modules/comment/comment.test
Helper function: assert that the comments are displayed in the correct order.
CommentPagerTest::testCommentNewPageIndicator in drupal-7.x/modules/comment/comment.test
Test comment_new_page_count().
CommonXssUnitTest::testBadProtocolStripping in drupal-7.x/modules/simpletest/tests/common.test
Check that harmful protocols are stripped.
ConnectionUnitTest::addConnection in drupal-7.x/modules/simpletest/tests/database_test.test
Adds a new database connection info to Database.
ContactPersonalTestCase::testPersonalContactFlood in drupal-7.x/modules/contact/contact.test
Tests the personal contact form flood protection.
ContactSitewideTestCase::testSiteWideContact in drupal-7.x/modules/contact/contact.test
Tests configuration options and the site-wide contact form.
DatabaseBasicSyntaxTestCase::testBasicConcat in drupal-7.x/modules/simpletest/tests/database_test.test
Test for string concatenation.
DatabaseBasicSyntaxTestCase::testFieldConcat in drupal-7.x/modules/simpletest/tests/database_test.test
Test for string concatenation with field values.
DatabaseBasicSyntaxTestCase::testLikeBackslash in drupal-7.x/modules/simpletest/tests/database_test.test
Test LIKE query containing a backslash.
DatabaseBasicSyntaxTestCase::testLikeEscape in drupal-7.x/modules/simpletest/tests/database_test.test
Test escaping of LIKE wildcards.
DatabaseCaseSensitivityTestCase::testCaseSensitiveInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test BINARY collation in MySQL.
DatabaseConnectionTestCase::testConnectionOptions in drupal-7.x/modules/simpletest/tests/database_test.test
Tests the connection options of the active database.
DatabaseConnectionTestCase::testConnectionRouting in drupal-7.x/modules/simpletest/tests/database_test.test
Test that connections return appropriate connection objects.
DatabaseConnectionTestCase::testConnectionRoutingOverride in drupal-7.x/modules/simpletest/tests/database_test.test
Test that connections return appropriate connection objects.
DatabaseDeleteTruncateTestCase::testSimpleDelete in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can delete a single record successfully.
DatabaseFetch2TestCase::testQueryFetchBoth in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can fetch a record into a doubly-keyed array explicitly.
DatabaseFetch2TestCase::testQueryFetchCol in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can fetch an entire column of a result set at once.
DatabaseFetch2TestCase::testQueryFetchNum in drupal-7.x/modules/simpletest/tests/database_test.test
DatabaseFetchTestCase::testQueryFetchArray in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can fetch a record to an array associative explicitly.
DatabaseFetchTestCase::testQueryFetchClass in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can fetch a record into a new instance of a custom class.
DatabaseFetchTestCase::testQueryFetchDefault in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can fetch a record properly in default object mode.
DatabaseFetchTestCase::testQueryFetchObject in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can fetch a record to an object explicitly.
DatabaseInsertDefaultsTestCase::testDefaultEmptyInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test that no action will be preformed if no fields are specified.
DatabaseInsertTestCase::testInsertFieldOnlyDefinintion in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can specify fields without values and specify values later.
DatabaseInsertTestCase::testInsertLastInsertID in drupal-7.x/modules/simpletest/tests/database_test.test
Test that inserts return the proper auto-increment ID.
DatabaseInsertTestCase::testInsertSelectAll in drupal-7.x/modules/simpletest/tests/database_test.test
Tests that the INSERT INTO ... SELECT * ... syntax works.
DatabaseInsertTestCase::testInsertSelectFields in drupal-7.x/modules/simpletest/tests/database_test.test
Test that the INSERT INTO ... SELECT (fields) ... syntax works.
DatabaseInsertTestCase::testMultiInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test that we can insert multiple records in one query object.
DatabaseInsertTestCase::testRepeatedInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test that an insert object can be reused with new data after it executes.
DatabaseInsertTestCase::testSimpleInsert in drupal-7.x/modules/simpletest/tests/database_test.test
Test the very basic insert functionality.
DatabaseRegressionTestCase::testDBFieldExists in drupal-7.x/modules/simpletest/tests/database_test.test
Test the db_field_exists() function.
DatabaseRegressionTestCase::testDBIndexExists in drupal-7.x/modules/simpletest/tests/database_test.test
Test the db_index_exists() function.
DatabaseRegressionTestCase::testDBTableExists in drupal-7.x/modules/simpletest/tests/database_test.test
Test the db_table_exists() function.
DatabaseRegressionTestCase::testRegression_310447 in drupal-7.x/modules/simpletest/tests/database_test.test
Regression test for #310447.
DatabaseTransactionTestCase::testCommittedTransaction in drupal-7.x/modules/simpletest/tests/database_test.test
Test committed transaction.
DatabaseTransactionTestCase::testTransactionRollBackNotSupported in drupal-7.x/modules/simpletest/tests/database_test.test
Test transaction rollback on a database that does not support transactions.
DatabaseUpdateComplexTestCase::testBetweenConditionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Test BETWEEN conditional clauses.
DatabaseUpdateComplexTestCase::testInConditionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Test WHERE IN clauses.
DatabaseUpdateComplexTestCase::testLikeConditionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Test LIKE conditionals.
DatabaseUpdateComplexTestCase::testNotInConditionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Test WHERE NOT IN clauses.
DatabaseUpdateComplexTestCase::testOrConditionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Test updates with OR conditionals.
DatabaseUpdateComplexTestCase::testUpdateExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Test update with expression values.
DatabaseUpdateComplexTestCase::testUpdateOnlyExpression in drupal-7.x/modules/simpletest/tests/database_test.test
Test update with only expression values.
DatabaseUpdateTestCase::testExpressionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Test updating with expressions.
DatabaseUpdateTestCase::testMultiGTUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can update a multiple records with a non-equality condition.
DatabaseUpdateTestCase::testMultiUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can update a multiple records successfully.
DatabaseUpdateTestCase::testPrimaryKeyUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can update the primary key of a record successfully.
DatabaseUpdateTestCase::testSimpleNullUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm updating to NULL.
DatabaseUpdateTestCase::testSimpleUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can update a single record successfully.
DatabaseUpdateTestCase::testWhereAndConditionUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can stack condition and where calls.
DatabaseUpdateTestCase::testWhereUpdate in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm that we can update a multiple records with a where call.
DrupalAttributesUnitTest::testDrupalAttributes in drupal-7.x/modules/simpletest/tests/common.test
Tests that drupal_html_class() cleans the class name properly.
DrupalDataApiTest::testDrupalWriteRecord in drupal-7.x/modules/simpletest/tests/common.test
Test the drupal_write_record() API function.
DrupalHTMLIdentifierTestCase::testDrupalCleanCSSIdentifier in drupal-7.x/modules/simpletest/tests/common.test
Tests that drupal_clean_css_identifier() cleans the identifier properly.
DrupalHTMLIdentifierTestCase::testDrupalHTMLClass in drupal-7.x/modules/simpletest/tests/common.test
Tests that drupal_html_class() cleans the class name properly.
DrupalHTMLIdentifierTestCase::testDrupalHTMLId in drupal-7.x/modules/simpletest/tests/common.test
Tests that drupal_html_id() cleans the ID properly.
DrupalJSONTest::testJSON in drupal-7.x/modules/simpletest/tests/common.test
Tests converting PHP variables to JSON strings and back.
DrupalMatchPathTestCase::testDrupalMatchPath in drupal-7.x/modules/simpletest/tests/path.test
Run through our test cases, making sure each one works as expected.
DrupalRenderTestCase::testDrupalRenderBasics in drupal-7.x/modules/simpletest/tests/common.test
Tests the output drupal_render() for some elementary input values.
DrupalWebTestCase::assertThemeOutput in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Asserts themed output.
EntityFieldQueryTestCase::testEntityFieldQueryRouting in drupal-7.x/modules/simpletest/tests/entity_query.test
Tests the routing feature of EntityFieldQuery.
FieldAttachOtherTestCase::testFieldAttachSubmit in drupal-7.x/modules/field/tests/field.test
Test field_attach_submit().
FieldAttachOtherTestCase::testFieldAttachValidate in drupal-7.x/modules/field/tests/field.test
Test field_attach_validate().
FieldAttachStorageTestCase::testFieldAttachCreateRenameBundle in drupal-7.x/modules/field/tests/field.test
Test field_attach_create_bundle() and field_attach_rename_bundle().
FieldAttachStorageTestCase::testFieldAttachDelete in drupal-7.x/modules/field/tests/field.test
Test field_attach_delete().
FieldCrudTestCase::testCreateField in drupal-7.x/modules/field/tests/field.test
Test the creation of a field.
FieldCrudTestCase::testDeleteField in drupal-7.x/modules/field/tests/field.test
Test the deletion of a field.
FieldFormTestCase::testFieldFormSingle in drupal-7.x/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in drupal-7.x/modules/field/tests/field.test
FieldInfoTestCase::testFieldInfo in drupal-7.x/modules/field/tests/field.test
Test that field types and field definitions are correcly cached.
FieldInfoTestCase::testFieldPrepare in drupal-7.x/modules/field/tests/field.test
Test that cached field definitions are ready for current runtime context.
FieldInfoTestCase::testInstancePrepare in drupal-7.x/modules/field/tests/field.test
Test that cached instance definitions are ready for current runtime context.
FieldInfoTestCase::testSettingsInfo in drupal-7.x/modules/field/tests/field.test
Test that the field_info settings convenience functions work.
FieldInstanceCrudTestCase::testCreateFieldInstance in drupal-7.x/modules/field/tests/field.test
Test the creation of a field instance.
FieldInstanceCrudTestCase::testUpdateFieldInstance in drupal-7.x/modules/field/tests/field.test
Test the update of a field instance.
FileDeleteTest::testUnused in drupal-7.x/modules/simpletest/tests/file.test
Tries deleting a normal file (as opposed to a directory, symlink, etc).
FileFieldWidgetTestCase::testMultiValuedWidget in drupal-7.x/modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileMimeTypeTest::testFileMimeTypeDetection in drupal-7.x/modules/simpletest/tests/file.test
Test mapping of mimetypes from filenames.
FileNameMungingTest::testMungeIgnoreInsecure in drupal-7.x/modules/simpletest/tests/file.test
If the allow_insecure_uploads variable evaluates to true, the file should come out untouched, no matter how evil the filename.
FileNameMungingTest::testMungeIgnoreWhitelisted in drupal-7.x/modules/simpletest/tests/file.test
White listed extensions are ignored by file_munge_filename().
FileNameMungingTest::testUnMunge in drupal-7.x/modules/simpletest/tests/file.test
Ensure that unmunge gets your name back.
FileUsageTest::testRemoveUsage in drupal-7.x/modules/simpletest/tests/file.test
Tests file_usage_delete().
FilterUnitTestCase::testUrlFilterContent in drupal-7.x/modules/filter/filter.test
Tests URL filter on longer content.
FormatDateUnitTest::testAdminDefinedFormatDate in drupal-7.x/modules/simpletest/tests/common.test
Test admin-defined formats in format_date().
FormatDateUnitTest::testFormatDate in drupal-7.x/modules/simpletest/tests/common.test
Tests for the format_date() function.
FormCheckboxTestCase::testFormCheckbox in drupal-7.x/modules/simpletest/tests/form.test
FormElementTestCase::testOptions in drupal-7.x/modules/simpletest/tests/form.test
Tests expansion of #options for #type checkboxes and radios.
FormsTestCase::assertFormValuesDefault in drupal-7.x/modules/simpletest/tests/form.test
Assert that the values submitted to a form matches the default values of the elements.
FormsTestCase::testSelect in drupal-7.x/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
JavaScriptTestCase::testGetLibrary in drupal-7.x/modules/simpletest/tests/common.test
Tests retrieval of libraries via drupal_get_library().
JavaScriptTestCase::testRenderOrder in drupal-7.x/modules/simpletest/tests/common.test
Test JavaScript ordering.
ListFieldUITestCase::assertAllowedValuesInput in drupal-7.x/modules/field/modules/list/tests/list.test
Tests a string input for the 'allowed values' form element.
LocaleBrowserDetectionTest::testLanguageFromBrowser in drupal-7.x/modules/locale/locale.test
Unit tests for the locale_language_from_browser() function.
LocaleImportFunctionalTest::testEmptyMsgstr in drupal-7.x/modules/locale/locale.test
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testLanguageContext in drupal-7.x/modules/locale/locale.test
Test msgctxt context support.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in drupal-7.x/modules/locale/locale.test
Functional tests for the language switcher block.
MenuRouterTestCase::testMenuLoadArgumentsInheritance in drupal-7.x/modules/simpletest/tests/menu.test
Tests inheritance of 'load arguments'.
ModuleDependencyTestCase::testModuleEnableOrder in drupal-7.x/modules/system/system.test
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
ModuleUnitTest::assertModuleList in drupal-7.x/modules/simpletest/tests/module.test
Assert that module_list() return the expected values.
NodeAccessBaseTableTestCase::assertTaxonomyPage in drupal-7.x/modules/node/node.test
Checks taxonomy/term listings to ensure only accessible nodes are listed.
PageEditTestCase::testPageAuthoredBy in drupal-7.x/modules/node/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in drupal-7.x/modules/node/node.test
Checks node edit functionality.
PasswordHashingTest::testPasswordHashing in drupal-7.x/modules/simpletest/tests/password.test
Test password hashing.
PathSaveTest::testDrupalSaveOriginalPath in drupal-7.x/modules/simpletest/tests/path.test
Tests that path_save() makes the original path available to modules.
RdfMappingHookTestCase::testMapping in drupal-7.x/modules/rdf/rdf.test
Test that hook_rdf_mapping() correctly returns and processes mapping.
SchemaTestCase::testSchema in drupal-7.x/modules/simpletest/tests/schema.test
SearchSimplifyTestCase::testSearchSimplifyUnicode in drupal-7.x/modules/search/search.test
Tests that all Unicode characters simplify correctly.
SessionTestCase::assertSessionEmpty in drupal-7.x/modules/simpletest/tests/session.test
Assert whether $_SESSION is empty at the beginning of the request.
StatisticsLoggingTestCase::testLogging in drupal-7.x/modules/statistics/statistics.test
Verifies request logging for cached and uncached pages.
TextSummaryTestCase::callTextSummary in drupal-7.x/modules/field/modules/text/text.test
Calls text_summary() and asserts that the expected teaser is returned.
TextSummaryTestCase::testOnlyTextSummary in drupal-7.x/modules/field/modules/text/text.test
Test sending only summary.
ThemeItemListUnitTest::testItemList in drupal-7.x/modules/simpletest/tests/theme.test
Test item list rendering.
ThemeLinksTest::testDrupalPreRenderLinks in drupal-7.x/modules/simpletest/tests/theme.test
Test the use of drupal_pre_render_links() on a nested array of links.
ThemeTestCase::testListThemes in drupal-7.x/modules/simpletest/tests/theme.test
Test the list_themes() function.
ThemeTestCase::testRegistryRebuild in drupal-7.x/modules/simpletest/tests/theme.test
Ensures the theme registry is rebuilt when modules are disabled/enabled.
ThemeTestCase::testThemeGetSetting in drupal-7.x/modules/simpletest/tests/theme.test
Test the theme_get_setting() function.
UrlAlterFunctionalTest::assertUrlInboundAlter in drupal-7.x/modules/simpletest/tests/path.test
Assert that a inbound path is altered to an expected value.
UrlAlterFunctionalTest::assertUrlOutboundAlter in drupal-7.x/modules/simpletest/tests/path.test
Assert that an outbound path is altered to an expected value.
UserAuthmapAssignmentTestCase::testAuthmapAssignment in drupal-7.x/modules/user/user.test
Test authmap assignment and retrieval.
UserLoginTestCase::testPasswordRehashOnLogin in drupal-7.x/modules/user/user.test
Test that user password is re-hashed upon login after changing $count_log2.
XMLRPCValidator1IncTestCase::testValidator1 in drupal-7.x/modules/simpletest/tests/xmlrpc.test
Run validator1 tests.