You are here

31 calls to TestBase::assertNotIdentical() in Zircon Profile 8

AttachedAssetsTest::testAddExternalFiles in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests adding external CSS and JavaScript files.
AttachedAssetsTest::testAddFiles in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests adding a CSS and a JavaScript file.
AttachedAssetsTest::testAddJsFileWithQueryString in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests JavaScript files that have querystrings attached get added right.
AttachedAssetsTest::testAggregatedAttributes in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests that attributes are maintained when JS aggregation is enabled.
AttachedAssetsTest::testAttributes in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests adding JavaScript files with additional attributes.
AttachedAssetsTest::testBrowserConditionalComments in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests adding JavaScript within conditional comments.
AttachedAssetsTest::testHeaderHTML in core/modules/system/src/Tests/Common/AttachedAssetsTest.php
Tests JS assets depending on the 'core/<head>' virtual library.
ConfigEntityNormalizeTest::testNormalize in core/modules/config/src/Tests/ConfigEntityNormalizeTest.php
ConfigEntityStaticCacheTest::testConfigOverride in core/modules/config/src/Tests/ConfigEntityStaticCacheTest.php
Tests that the static cache is sensitive to config overrides.
ConfigExportUITest::testExport in core/modules/config/src/Tests/ConfigExportUITest.php
Tests export of configuration.
ConnectionTest::testConnectionClosing in core/modules/system/src/Tests/Database/ConnectionTest.php
Tests the closing of a database connection.
ConnectionTest::testConnectionRouting in core/modules/system/src/Tests/Database/ConnectionTest.php
Tests that connections return appropriate connection objects.
CreateTest::assertReadEntityIdFromHeaderAndDb in core/modules/rest/src/Tests/CreateTest.php
Gets the new entity ID from the location header and tries to read it from the database.
DeleteTest::testDelete in core/modules/rest/src/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
EditorUpdateTest::testEditorUpdate8001 in core/modules/editor/src/Tests/Update/EditorUpdateTest.php
Tests editor_update_8001().
EntityQueryTest::assertBundleOrder in core/modules/system/src/Tests/Entity/EntityQueryTest.php
EntityTranslationTest::doTestEntityTranslationAPI in core/modules/system/src/Tests/Entity/EntityTranslationTest.php
Executes the Entity Translation API tests for the given entity type.
GenericCacheBackendUnitTestBase::testDeleteMultiple in core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php
Test Drupal\Core\Cache\CacheBackendInterface::delete() and Drupal\Core\Cache\CacheBackendInterface::deleteMultiple().
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
KernelTestBaseTest::setUp in core/modules/simpletest/src/Tests/KernelTestBaseTest.php
Performs setup tasks before each individual test method is run.
LocaleTranslationUiTest::testStringValidation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Tests the validation of the translation input.
MigrateUserAdminPassTest::testAdminPasswordPreserved in core/modules/user/src/Tests/Migrate/MigrateUserAdminPassTest.php
Tests preserving the admin user's password.
NodeEditFormTest::testNodeEdit in core/modules/node/src/Tests/NodeEditFormTest.php
Checks node edit functionality.
PageEditTest::testPageEdit in core/modules/block_content/src/Tests/PageEditTest.php
Checks block edit functionality.
SelectTest::testSelectDuplicateAlias in core/modules/system/src/Tests/Database/SelectTest.php
Tests that aliases are renamed when they are duplicates.
SelectTest::testSimpleComment in core/modules/system/src/Tests/Database/SelectTest.php
Tests rudimentary SELECT statement with a COMMENT.
SelectTest::testVulnerableComment in core/modules/system/src/Tests/Database/SelectTest.php
Tests query COMMENT system against vulnerabilities.
SimpleTestTest::setUp in core/modules/simpletest/src/Tests/SimpleTestTest.php
Sets up a Drupal site for running functional and integration tests.
TransactionTest::testTransactionRollBackSupported in core/modules/system/src/Tests/Database/TransactionTest.php
Tests transaction rollback on a database that supports transactions.
ViewExecutableTest::testValidate in core/modules/views/src/Tests/ViewExecutableTest.php
Tests the validation of display handlers.
ViewStorageTest::testCreateDuplicate in core/modules/views/src/Tests/ViewStorageTest.php
Tests the createDuplicate() View method.