You are here

58 calls to DrupalTestCase::assertIdentical() in SimpleTest 7

AJAXCommandsTestCase::testAJAXRender in tests/ajax.test
Test ajax_command_settings().
AJAXFrameworkTestCase::testAJAXRender in tests/ajax.test
Test proper passing of JavaScript settings via ajax_render().
BootstrapGetFilenameTestCase::testDrupalGetFilename in tests/bootstrap.test
Test that drupal_get_filename() works correctly when the file is not found in the database.
BootstrapVariableTestCase::testVariable in tests/bootstrap.test
testVariable
BootstrapVariableTestCase::testVariableDefaults in tests/bootstrap.test
Makes sure that the default variable parameter is passed through okay.
CascadingStylesheetsTestCase::testRenderOrder in tests/common.test
Test CSS ordering.
DatabaseAnsiSyntaxTestCase::testBasicConcat in tests/database_test.test
Test for ANSI string concatenation.
DatabaseAnsiSyntaxTestCase::testFieldConcat in tests/database_test.test
Test for ANSI string concatenation with field values.
DatabaseConnectionTestCase::testConnectionRouting in tests/database_test.test
Test that connections return appropriate connection objects.
DatabaseConnectionTestCase::testConnectionRoutingOverride in tests/database_test.test
Test that connections return appropriate connection objects.
DatabaseDeleteTruncateTestCase::testSimpleDelete in tests/database_test.test
Confirm that we can delete a single record successfully.
DatabaseFetch2TestCase::testQueryFetchBoth in tests/database_test.test
Confirm that we can fetch a record into a doubly-keyed array explicitly.
DatabaseFetch2TestCase::testQueryFetchCol in tests/database_test.test
Confirm that we can fetch an entire column of a result set at once.
DatabaseFetch2TestCase::testQueryFetchNum in tests/database_test.test
DatabaseFetchTestCase::testQueryFetchArray in tests/database_test.test
Confirm that we can fetch a record to an array associative explicitly.
DatabaseFetchTestCase::testQueryFetchClass in tests/database_test.test
Confirm that we can fetch a record into a new instance of a custom class.
DatabaseFetchTestCase::testQueryFetchDefault in tests/database_test.test
Confirm that we can fetch a record properly in default object mode.
DatabaseFetchTestCase::testQueryFetchObject in tests/database_test.test
Confirm that we can fetch a record to an object explicitly.
DatabaseInsertDefaultsTestCase::testDefaultEmptyInsert in tests/database_test.test
Test that no action will be preformed if no fields are specified.
DatabaseInsertTestCase::testInsertFieldOnlyDefinintion in tests/database_test.test
Test that we can specify fields without values and specify values later.
DatabaseInsertTestCase::testInsertLastInsertID in tests/database_test.test
Test that inserts return the proper auto-increment ID.
DatabaseInsertTestCase::testInsertSelect in tests/database_test.test
Test that the INSERT INTO ... SELECT ... syntax works.
DatabaseInsertTestCase::testMultiInsert in tests/database_test.test
Test that we can insert multiple records in one query object.
DatabaseInsertTestCase::testRepeatedInsert in tests/database_test.test
Test that an insert object can be reused with new data after it executes.
DatabaseInsertTestCase::testSimpleInsert in tests/database_test.test
Test the very basic insert functionality.
DatabaseRegressionTestCase::testRegression_310447 in tests/database_test.test
Regression test for #310447.
DatabaseTransactionTestCase::testCommittedTransaction in tests/database_test.test
Test committed transaction.
DatabaseTransactionTestCase::testTransactionRollBackNotSupported in tests/database_test.test
Test transaction rollback on a database that does not support transactions.
DatabaseUpdateComplexTestCase::testBetweenConditionUpdate in tests/database_test.test
Test BETWEEN conditional clauses.
DatabaseUpdateComplexTestCase::testInConditionUpdate in tests/database_test.test
Test WHERE IN clauses.
DatabaseUpdateComplexTestCase::testLikeConditionUpdate in tests/database_test.test
Test LIKE conditionals.
DatabaseUpdateComplexTestCase::testNotInConditionUpdate in tests/database_test.test
Test WHERE NOT IN clauses.
DatabaseUpdateComplexTestCase::testOrConditionUpdate in tests/database_test.test
Test updates with OR conditionals.
DatabaseUpdateComplexTestCase::testUpdateExpression in tests/database_test.test
Test update with expression values.
DatabaseUpdateComplexTestCase::testUpdateOnlyExpression in tests/database_test.test
Test update with only expression values.
DatabaseUpdateTestCase::testMultiGTUpdate in tests/database_test.test
Confirm that we can update a multiple records with a non-equality condition.
DatabaseUpdateTestCase::testMultiUpdate in tests/database_test.test
Confirm that we can update a multiple records successfully.
DatabaseUpdateTestCase::testSimpleUpdate in tests/database_test.test
Confirm that we can update a single record successfully.
DatabaseUpdateTestCase::testWhereAndConditionUpdate in tests/database_test.test
Confirm that we can stack condition and where calls.
DatabaseUpdateTestCase::testWhereUpdate in tests/database_test.test
Confirm that we can update a multiple records with a where call.
DrupalAttributesUnitTest::testDrupalAttributes in tests/common.test
Tests that drupal_html_class() cleans the class name properly.
DrupalHTMLIdentifierTestCase::testDrupalCleanCSSIdentifier in tests/common.test
Tests that drupal_clean_css_identifier() cleans the identifier properly.
DrupalHTMLIdentifierTestCase::testDrupalHTMLClass in tests/common.test
Tests that drupal_html_class() cleans the class name properly.
DrupalHTMLIdentifierTestCase::testDrupalHTMLId in tests/common.test
Tests that drupal_html_id() cleans the ID properly.
DrupalMatchPathTestCase::testDrupalMatchPath in tests/path.test
Run through our test cases, making sure each one works as expected.
FileDeleteTest::testNormal in tests/file.test
Try deleting a normal file (as opposed to a directory, symlink, etc).
FileMimeTypeTest::testFileMimeTypeDetection in tests/file.test
Test mapping of mimetypes from filenames.
FileNameMungingTest::testMungeIgnoreInsecure in 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 tests/file.test
White listed extensions are ignored by file_munge_filename().
FormatDateUnitTest::testFormatDate in tests/common.test
Tests for the format_date() function.
FormsTestTypeCase::testFormCheckboxValue in tests/form.test
Test form_type_checkbox_value() function for expected behavior.
JavaScriptTestCase::testRenderOrder in tests/common.test
Test JavaScript ordering.
ModuleUnitTest::assertModuleList in tests/module.test
Assert that module_list() return the expected values.
SessionTestCase::assertSessionEmpty in tests/session.test
Assert whether $_SESSION is empty at the beginning of the request.
UnicodeUnitTest::testDecodeEntitiesExclusion in tests/unicode.test
UrlAlterFunctionalTest::assertUrlInboundAlter in tests/path.test
Assert that a inbound path is altered to an expected value.
UrlAlterFunctionalTest::assertUrlOutboundAlter in tests/path.test
Assert that an outbound path is altered to an expected value.
XMLRPCValidator1IncTestCase::testValidator1 in tests/xmlrpc.test
Run validator1 tests.