Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
TestBase.php
»
TestBase
»
TestBase::assertNotIdentical
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
17 calls to TestBase::assertNotIdentical()
ConnectionTest::testConnectionClosing
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
ConnectionTest.php
Tests the closing of a database connection.
ConnectionTest::testConnectionRouting
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
ConnectionTest.php
Tests that connections return appropriate connection objects.
CreateTest::testCreate
in drupal/
core/
modules/
rest/
lib/
Drupal/
rest/
Tests/
CreateTest.php
Tests several valid and invalid create requests on all entity types.
DeleteTest::testDelete
in drupal/
core/
modules/
rest/
lib/
Drupal/
rest/
Tests/
DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
EntityQueryTest::assertBundleOrder
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityQueryTest.php
FileManagedTestBase::createFile
in drupal/
core/
modules/
file/
lib/
Drupal/
file/
Tests/
FileManagedTestBase.php
Create a file and save it to the files table and assert that it occurs correctly.
GenericCacheBackendUnitTestBase::testDeleteMultiple
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Cache/
GenericCacheBackendUnitTestBase.php
Test
Drupal\Core\Cache\CacheBackendInterface::delete
() and
Drupal\Core\Cache\CacheBackendInterface::deleteMultiple
().
ImageStylesPathAndUrlTest::_testImageStyleUrlAndPath
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageStylesPathAndUrlTest.php
Tests
image_style_url
().
JsonUnitTest::testJSON
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
JsonUnitTest.php
Tests converting PHP variables to JSON strings and back.
LocaleTranslationTest::testStringValidation
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
Tests/
LocaleTranslationTest.php
Tests the validation of the translation input.
NodeTypePersistenceTest::testNodeTypeCustomizationPersistence
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
NodeTypePersistenceTest.php
Tests that node type customizations persist through disable and uninstall.
PageEditTest::testPageEdit
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
PageEditTest.php
Checks node edit functionality.
PageEditTest::testPageEdit
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
PageEditTest.php
Checks block edit functionality.
SelectTest::testSelectDuplicateAlias
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
SelectTest.php
Tests that aliases are renamed when they are duplicates.
TransactionTest::testTransactionRollBackSupported
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Database/
TransactionTest.php
Tests transaction rollback on a database that supports transactions.
ViewExecutableTest::testValidate
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Tests/
ViewExecutableTest.php
Tests the validation of display handlers.
ViewStorageTest::testCreateDuplicate
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Tests/
ViewStorageTest.php
Tests the createDuplicate() View method.