66 calls to TestBase::assertNotEqual() in Zircon Profile 8
- AccessPermissionTest::testRenderCaching in core/
modules/ user/ src/ Tests/ Views/ AccessPermissionTest.php - Tests access on render caching.
- AccessRoleTest::testRenderCaching in core/
modules/ user/ src/ Tests/ Views/ AccessRoleTest.php - Tests access on render caching.
- AjaxFormPageCacheTest::testSimpleAJAXFormValue in core/
modules/ system/ src/ Tests/ Ajax/ AjaxFormPageCacheTest.php - Create a simple form, then submit the form via AJAX to change to it.
- CacheTest::testTimeResultCachingWithFilter in core/
modules/ views/ src/ Tests/ Plugin/ CacheTest.php - Tests result caching with filters.
- ConfigEntityTest::testCRUD in core/
modules/ config/ src/ Tests/ ConfigEntityTest.php - Tests CRUD operations.
- ConfigExportImportUITest::testExportImport in core/
modules/ config/ src/ Tests/ ConfigExportImportUITest.php - Tests a simple site export import case.
- ConfigImportUITest::testImportLock in core/
modules/ config/ src/ Tests/ ConfigImportUITest.php - Tests concurrent importing of configuration.
- ConfigImportUITest::testImportValidation in core/
modules/ config/ src/ Tests/ ConfigImportUITest.php - Tests that multiple validation errors are listed on the page.
- ConnectionTest::testConnectionOptions in core/
modules/ system/ src/ Tests/ Database/ ConnectionTest.php - Tests the connection options of the active database.
- ContactSitewideTest::testSiteWideContact in core/
modules/ contact/ src/ Tests/ ContactSitewideTest.php - Tests configuration options and the site-wide contact form.
- ContentTranslationMetadataFieldsTest::testSetTranslatable in core/
modules/ content_translation/ src/ Tests/ ContentTranslationMetadataFieldsTest.php - Tests setting translatable metadata fields.
- ContentTranslationUITestBase::doTestBasicTranslation in core/
modules/ content_translation/ src/ Tests/ ContentTranslationUITestBase.php - Tests the basic translation workflow.
- ContentTranslationUITestBase::doTestChangedTimeAfterSaveWithoutChanges in core/
modules/ content_translation/ src/ Tests/ ContentTranslationUITestBase.php - Test the changed time after API and FORM save without changes.
- CopyTest::testExistingRename in core/
modules/ file/ src/ Tests/ CopyTest.php - Test renaming when copying over a file that already exists.
- DirectoryTest::testFileDestination in core/
modules/ system/ src/ Tests/ File/ DirectoryTest.php - This will test the filepath for a destination based on passed flags and whether or not the file exists.
- EntityApiTest::testEntityStorageExceptionHandling in core/
modules/ system/ src/ Tests/ Entity/ EntityApiTest.php - Tests that exceptions are thrown when saving or deleting an entity.
- EntityFormTest::doTestFormCRUD in core/
modules/ system/ src/ Tests/ Entity/ EntityFormTest.php - Executes the form CRUD tests for the given entity type.
- EntityRevisionsTest::runRevisionsTests in core/
modules/ system/ src/ Tests/ Entity/ EntityRevisionsTest.php - Executes the revision tests for the given entity type.
- EntitySchemaTest::testCleanUpStorageDefinition in core/
modules/ system/ src/ Tests/ Entity/ EntitySchemaTest.php - Tests fields from an uninstalled module are removed from the schema.
- EntityTranslationTest::doTestEntityTranslationAPI in core/
modules/ system/ src/ Tests/ Entity/ EntityTranslationTest.php - Executes the Entity Translation API tests for the given entity type.
- EntityUUIDTest::assertCRUD in core/
modules/ system/ src/ Tests/ Entity/ EntityUUIDTest.php - Executes the UUID CRUD tests for the given entity type.
- FieldSqlStorageTest::testTableNames in core/
modules/ system/ src/ Tests/ Entity/ FieldSqlStorageTest.php - Tests table name generation.
- FileFieldTestBase::uploadNodeFiles in core/
modules/ file/ src/ Tests/ FileFieldTestBase.php - Uploads multiple files to a node.
- FileFieldWidgetTest::testPrivateFileComment in core/
modules/ file/ src/ Tests/ FileFieldWidgetTest.php - Tests that download restrictions on private files work on comments.
- FileManagedTestBase::assertDifferentFile in core/
modules/ file/ src/ Tests/ FileManagedTestBase.php - Asserts that two files are not the same by comparing the fid and filepath.
- FileManagedUnitTestBase::assertDifferentFile in core/
modules/ file/ src/ Tests/ FileManagedUnitTestBase.php - Asserts that two files are not the same by comparing the fid and filepath.
- FormatterPluginManagerTest::testNotApplicableFallback in core/
modules/ field/ src/ Tests/ FormatterPluginManagerTest.php - Tests that getInstance falls back on default if current is not applicable.
- FormStoragePageCacheTest::testRebuildFormStorageOnCachedPage in core/
modules/ system/ src/ Tests/ Form/ FormStoragePageCacheTest.php - Build-id is regenerated when rebuilding cached form.
- FormStoragePageCacheTest::testValidateFormStorageOnCachedPage in core/
modules/ system/ src/ Tests/ Form/ FormStoragePageCacheTest.php - Build-id is regenerated when validating cached form.
- HtmlToTextTest::testRemoveTrailingWhitespace in core/
modules/ system/ src/ Tests/ Mail/ HtmlToTextTest.php - Tests that trailing whitespace is removed before newlines.
- ImageFieldWidgetTest::testWidgetElement in core/
modules/ image/ src/ Tests/ ImageFieldWidgetTest.php - Tests file widget element.
- ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/
modules/ image/ src/ Tests/ ImageStylesPathAndUrlTest.php - Tests building an image style URL.
- KeyValueContentEntityStorageTest::testCRUD in core/
modules/ system/ src/ Tests/ KeyValueStore/ KeyValueContentEntityStorageTest.php - Tests CRUD operations.
- LanguageUrlRewritingTest::checkUrl in core/
modules/ language/ src/ Tests/ LanguageUrlRewritingTest.php - Check URL rewriting for the given language.
- LocaleConfigSubscriberTest::assertConfigOverride in core/
modules/ locale/ src/ Tests/ LocaleConfigSubscriberTest.php - Ensures configuration was saved correctly.
- LocaleConfigSubscriberTest::assertNoConfigOverride in core/
modules/ locale/ src/ Tests/ LocaleConfigSubscriberTest.php - Ensures configuration override is not present anymore.
- MoveTest::testExistingRename in core/
modules/ file/ src/ Tests/ MoveTest.php - Test renaming when moving onto a file that already exists.
- NameMungingTest::testMunging in core/
modules/ system/ src/ Tests/ File/ NameMungingTest.php - Create a file and munge/unmunge the name.
- NodeAccessRecordsTest::testNodeAccessRecords in core/
modules/ node/ src/ Tests/ NodeAccessRecordsTest.php - Creates a node and tests the creation of node access rules.
- NodeFormSaveChangedTimeTest::testChangedTimeAfterSaveWithoutChanges in core/
modules/ node/ src/ Tests/ NodeFormSaveChangedTimeTest.php - Test the changed time after API and FORM save without changes.
- NodeRevisionsTest::testRevisionTranslationRevert in core/
modules/ node/ src/ Tests/ NodeRevisionsTest.php - Tests the revision translations are correctly reverted.
- NodeRevisionsUiTest::testNodeFormSaveWithoutRevision in core/
modules/ node/ src/ Tests/ NodeRevisionsUiTest.php - Checks that unchecking 'Create new revision' works when editing a node.
- ProgrammaticTest::testProgrammaticAccessBypass in core/
modules/ system/ src/ Tests/ Form/ ProgrammaticTest.php - Test the programmed_bypass_access_check flag.
- SearchAdvancedSearchFormTest::testNodeType in core/
modules/ search/ src/ Tests/ SearchAdvancedSearchFormTest.php - Tests advanced search by node type.
- SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion in core/
modules/ search/ src/ Tests/ SearchNodeUpdateAndDeletionTest.php - Tests that the search index info is updated when a node is deleted.
- SelectComplexTest::testDefaultJoin in core/
modules/ system/ src/ Tests/ Database/ SelectComplexTest.php - Tests simple JOIN statements.
- SelectComplexTest::testJoinTwice in core/
modules/ system/ src/ Tests/ Database/ SelectComplexTest.php - Confirms we can join on a single table twice with a dynamic alias.
- SelectTest::testRandomOrder in core/
modules/ system/ src/ Tests/ Database/ SelectTest.php - Tests that random ordering of queries works.
- SessionTest::testSessionWrite in core/
modules/ system/ src/ Tests/ Session/ SessionTest.php - Test that sessions are only saved when necessary.
- ShortcutSetsTest::testShortcutSetSwitchCreate in core/
modules/ shortcut/ src/ Tests/ ShortcutSetsTest.php - Tests switching a user's shortcut set and creating one at the same time.
- SimpleTestBrowserTest::testInternalBrowser in core/
modules/ simpletest/ src/ Tests/ SimpleTestBrowserTest.php - Test the internal browsers functionality.
- SortRandomTest::testRandomOrderingWithRenderCaching in core/
modules/ views/ src/ Tests/ Handler/ SortRandomTest.php - Tests random ordering with tags based caching.
- StorageTest::testImmutableFormLegacyProtection in core/
modules/ system/ src/ Tests/ Form/ StorageTest.php - Verify that existing contrib code cannot overwrite immutable form state.
- StyleSerializerTest::testRestRenderCaching in core/
modules/ rest/ src/ Tests/ Views/ StyleSerializerTest.php - Tests REST export with views render caching enabled.
- ToolbarAdminMenuTest::assertDifferentHash in core/
modules/ toolbar/ src/ Tests/ ToolbarAdminMenuTest.php - Asserts the subtrees hash on a fresh page GET is different from the hash from the previous page GET.
- ToolbarAdminMenuTest::testLanguageSwitching in core/
modules/ toolbar/ src/ Tests/ ToolbarAdminMenuTest.php - Test that subtrees hashes vary by the language of the page.
- ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/
modules/ toolbar/ src/ Tests/ ToolbarAdminMenuTest.php - Tests that toolbar cache is cleared when string translations are made.
- TourTest::testTourFunctionality in core/
modules/ tour/ src/ Tests/ TourTest.php - Test tour functionality.
- TwigEnvironmentTest::testCacheFilename in core/
modules/ system/ src/ Tests/ Theme/ TwigEnvironmentTest.php - Ensures that cacheFilename() varies by extensions + deployment identifier.
- UnmanagedCopyTest::testNormal in core/
modules/ system/ src/ Tests/ File/ UnmanagedCopyTest.php - Copy a normal file.
- UnmanagedCopyTest::testOverwriteSelf in core/
modules/ system/ src/ Tests/ File/ UnmanagedCopyTest.php - Copy a file onto itself.
- UnmanagedMoveTest::testNormal in core/
modules/ system/ src/ Tests/ File/ UnmanagedMoveTest.php - Move a normal file.
- UserPermissionsTest::testUserPermissionChanges in core/
modules/ user/ src/ Tests/ UserPermissionsTest.php - Test changing user permissions through the permissions page.
- UserPermissionsTest::testUserRoleChangePermissions in core/
modules/ user/ src/ Tests/ UserPermissionsTest.php - Verify proper permission changes by user_role_change_permissions().
- ViewsIntegrationTest::testIntegration in core/
modules/ dblog/ src/ Tests/ Views/ ViewsIntegrationTest.php - Tests the integration.
- WidgetPluginManagerTest::testNotApplicableFallback in core/
modules/ field/ src/ Tests/ WidgetPluginManagerTest.php - Tests that getInstance falls back on default if current is not applicable.