You are here

12 calls to DrupalTestCase::assertNotEqual() in SimpleTest 7

DatabaseSelectComplexTestCase::testDefaultJoin in tests/database_test.test
Test simple JOIN statements.
DatabaseSelectTestCase::testRandomOrder in tests/database_test.test
Test that random ordering of queries works.
DrupalWebTestCase::assertNoTitle in ./drupal_web_test_case.php
Pass if the page title is not the given string.
FileCopyTest::testExistingRename in tests/file.test
Test renaming when copying over a file that already exists.
FileDirectoryTest::testFileDestination in tests/file.test
This will test the filepath for a destination based on passed flags and whether or not the file exists.
FileMoveTest::testExistingRename in tests/file.test
Test renaming when moving onto a file that already exists.
FileNameMungingTest::testMunging in tests/file.test
Create a file and munge/unmunge the name.
FileTestCase::assertDifferentFile in tests/file.test
Check that two files are not the same by comparing the fid and filepath.
FileUnmanagedCopyTest::testNormal in tests/file.test
Copy a normal file.
FileUnmanagedCopyTest::testOverwriteSelf in tests/file.test
Copy a file onto itself.
FileUnmanagedMoveTest::testNormal in tests/file.test
Move a normal file.
SessionHttpsTestCase::testHttpsSession in tests/session.test