36 calls to TestBase::assertNotEqual()

ConfigEntityTest::testCRUD in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigEntityTest.php
Tests CRUD operations.
ConfigImportUITest::testImportLock in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImportUITest.php
Tests concurrent importing of configuration.
ConnectionTest::testConnectionOptions in drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionTest.php
Tests the connection options of the active database.
ContactSitewideTest::testSiteWideContact in drupal/core/modules/contact/lib/Drupal/contact/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
CopyTest::testExistingRename in drupal/core/modules/file/lib/Drupal/file/Tests/CopyTest.php
Test renaming when copying over a file that already exists.
DateTimePlusTest::testInvalidDates in drupal/core/modules/system/lib/Drupal/system/Tests/Datetime/DateTimePlusTest.php
Test invalid date handling.
DirectoryTest::testFileDestination in drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php
This will test the filepath for a destination based on passed flags and whether or not the file exists.
EntityFormTest::testFormCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityFormTest.php
Tests basic form CRUD functionality.
EntityRevisionsTest::testRevisions in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityRevisionsTest.php
Check node revision related operations.
EntityUUIDTest::testCRUD in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityUUIDTest.php
Tests UUID generation in entity CRUD operations.
FileFieldTestBase::uploadNodeFile in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php
Uploads a file to a node.
FileFieldWidgetTest::testPrivateFileComment in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FileTestBase::assertDifferentFile in drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php
Check that two files are not the same by comparing the fid and filepath.
GotoTest::testDrupalGoto in drupal/core/modules/system/lib/Drupal/system/Tests/Common/GotoTest.php
Tests drupal_goto().
HtmlToTextTest::testRemoveTrailingWhitespace in drupal/core/modules/system/lib/Drupal/system/Tests/Mail/HtmlToTextTest.php
Tests that drupal_wrap_mail() removes trailing whitespace before newlines.
LanguageUrlRewritingTest::checkUrl in drupal/core/modules/language/lib/Drupal/language/Tests/LanguageUrlRewritingTest.php
Check URL rewriting for the given language.
ModuleApiTest::testDependencyResolution in drupal/core/modules/system/lib/Drupal/system/Tests/Module/ModuleApiTest.php
Test dependency resolution.
MoveTest::testExistingRename in drupal/core/modules/file/lib/Drupal/file/Tests/MoveTest.php
Test renaming when moving onto a file that already exists.
NameMungingTest::testMunging in drupal/core/modules/system/lib/Drupal/system/Tests/File/NameMungingTest.php
Create a file and munge/unmunge the name.
NodeAccessRecordsTest::testNodeAccessRecords in drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessRecordsTest.php
Creates a node and tests the creation of node access rules.
NodeSaveTest::testTimestamps in drupal/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php
Verifies accuracy of the "created" and "changed" timestamp functionality.
SearchAdvancedSearchFormTest::testNodeType in drupal/core/modules/search/lib/Drupal/search/Tests/SearchAdvancedSearchFormTest.php
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".
SelectComplexTest::testDefaultJoin in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Tests simple JOIN statements.
SelectComplexTest::testJoinTwice in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php
Confirms we can join on a single table twice with a dynamic alias.
SelectTest::testRandomOrder in drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectTest.php
Tests that random ordering of queries works.
SessionHttpsTest::testHttpsSession in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionHttpsTest.php
SessionTest::testSessionWrite in drupal/core/modules/system/lib/Drupal/system/Tests/Session/SessionTest.php
Test that sessions are only saved when necessary.
ShortcutSetsTest::testShortcutSetRenameAlreadyExists in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests renaming a shortcut set to the same name as another set.
ShortcutSetsTest::testShortcutSetSwitchCreate in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests switching a user's shortcut set and creating one at the same time.
StatisticsBlockVisitorsTest::testIPAddressBlocking in drupal/core/modules/statistics/lib/Drupal/statistics/Tests/StatisticsBlockVisitorsTest.php
Blocks an IP address via the top visitors report and then unblocks it.
ThemeTest::testThemeGetSetting in drupal/core/modules/system/lib/Drupal/system/Tests/Theme/ThemeTest.php
Test the theme_get_setting() function.
UnmanagedCopyTest::testNormal in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a normal file.
UnmanagedCopyTest::testOverwriteSelf in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php
Copy a file onto itself.
UnmanagedMoveTest::testNormal in drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedMoveTest.php
Move a normal file.
UuidUnitTest::testUuidIsUnique in drupal/core/modules/system/lib/Drupal/system/Tests/Uuid/UuidUnitTest.php
Tests that generated UUIDs are unique.
WebTestBase::assertNoTitle in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Pass if the page title is not the given string.