29 calls to DrupalTestCase::assertNotEqual()

DatabaseConnectionTestCase::testConnectionOptions in drupal-7.x/modules/simpletest/tests/database_test.test
Tests the connection options of the active database.
DatabaseSelectComplexTestCase::testDefaultJoin in drupal-7.x/modules/simpletest/tests/database_test.test
Test simple JOIN statements.
DatabaseSelectComplexTestCase::testJoinTwice in drupal-7.x/modules/simpletest/tests/database_test.test
Confirm we can join on a single table twice with a dynamic alias.
DatabaseSelectTestCase::testRandomOrder in drupal-7.x/modules/simpletest/tests/database_test.test
Test that random ordering of queries works.
DrupalHtmlToTextTestCase::testDrupalHtmltoTextRemoveTrailingWhitespace in drupal-7.x/modules/simpletest/tests/mail.test
Tests that drupal_wrap_mail() removes trailing whitespace before newlines.
DrupalWebTestCase::assertNoTitle in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Pass if the page title is not the given string.
FileCopyTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test renaming when copying over a file that already exists.
FileDirectoryTest::testFileDestination in drupal-7.x/modules/simpletest/tests/file.test
This will test the filepath for a destination based on passed flags and whether or not the file exists.
FileFieldTestCase::uploadNodeFile in drupal-7.x/modules/file/tests/file.test
Uploads a file to a node.
FileFieldWidgetTestCase::testPrivateFileComment in drupal-7.x/modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
FileMoveTest::testExistingRename in drupal-7.x/modules/simpletest/tests/file.test
Test renaming when moving onto a file that already exists.
FileNameMungingTest::testMunging in drupal-7.x/modules/simpletest/tests/file.test
Create a file and munge/unmunge the name.
FileTestCase::assertDifferentFile in drupal-7.x/modules/simpletest/tests/file.test
Check that two files are not the same by comparing the fid and filepath.
FileUnmanagedCopyTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Copy a normal file.
FileUnmanagedCopyTest::testOverwriteSelf in drupal-7.x/modules/simpletest/tests/file.test
Copy a file onto itself.
FileUnmanagedMoveTest::testNormal in drupal-7.x/modules/simpletest/tests/file.test
Move a normal file.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath in drupal-7.x/modules/image/image.test
Test image_style_url().
LocaleUrlRewritingTest::checkUrl in drupal-7.x/modules/locale/locale.test
Check URL rewriting for the given language.
ModuleUnitTest::testDependencyResolution in drupal-7.x/modules/simpletest/tests/module.test
Test dependency resolution.
NodeAccessRecordsTestCase::testNodeAccessRecords in drupal-7.x/modules/node/node.test
Creates a node and tests the creation of node access rules.
NodeSaveTestCase::testTimestamps in drupal-7.x/modules/node/node.test
Verifies accuracy of the "created" and "changed" timestamp functionality.
SearchAdvancedSearchForm::testNodeType in drupal-7.x/modules/search/search.test
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Basic page".
SessionHttpsTestCase::testHttpsSession in drupal-7.x/modules/simpletest/tests/session.test
SessionTestCase::testSessionWrite in drupal-7.x/modules/simpletest/tests/session.test
Test that sessions are only saved when necessary.
ShortcutSetsTestCase::testShortcutSetRenameAlreadyExists in drupal-7.x/modules/shortcut/shortcut.test
Tests renaming a shortcut set to the same name as another set.
ShortcutSetsTestCase::testShortcutSetSwitchCreate in drupal-7.x/modules/shortcut/shortcut.test
Tests switching a user's shortcut set and creating one at the same time.
StatisticsBlockVisitorsTestCase::testIPAddressBlocking in drupal-7.x/modules/statistics/statistics.test
Blocks an IP address via the top visitors report and then unblocks it.
ThemeTestCase::testThemeGetSetting in drupal-7.x/modules/simpletest/tests/theme.test
Test the theme_get_setting() function.
UserPictureTestCase::testPictureIsValid in drupal-7.x/modules/user/user.test
Do the test: Picture is valid (proper size and dimension)