You are here

33 calls to EntityTypeTest::setUpEntityType() in Drupal 10

EntityTypeTest::testConstraintMethods in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the constraint methods.
EntityTypeTest::testEntityClassImplements in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::entityClassImplements
EntityTypeTest::testGet in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::get
EntityTypeTest::testGetAccessControlClass in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the getAccessControlClass() method.
EntityTypeTest::testGetBundleLabel in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the ::getBundleLabel() method.
EntityTypeTest::testGetCollectionLabel in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getCollectionLabel
EntityTypeTest::testGetCountLabel in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getCountLabel
EntityTypeTest::testGetCountLabelDefault in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getCountLabel
EntityTypeTest::testGetFormClass in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the getFormClass() method.
EntityTypeTest::testGetGroupLabel in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getGroupLabel
EntityTypeTest::testGetHandler in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the getHandler() method.
EntityTypeTest::testGetKey in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the getKey() method.
EntityTypeTest::testGetKeys in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the getKeys() method.
EntityTypeTest::testGetLabel in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getLabel
EntityTypeTest::testGetListBuilderClass in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the getListBuilderClass() method.
EntityTypeTest::testgetOriginalClassChanged in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::setClass @covers ::getOriginalClass
EntityTypeTest::testgetOriginalClassUnchanged in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getOriginalClass
EntityTypeTest::testGetPluralLabel in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getPluralLabel
EntityTypeTest::testGetPluralLabelDefault in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getPluralLabel
EntityTypeTest::testGetSingularLabel in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getSingularLabel
EntityTypeTest::testGetSingularLabelDefault in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::getSingularLabel
EntityTypeTest::testGetStorageClass in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the getStorageClass() method.
EntityTypeTest::testGetViewBuilderClass in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the getViewBuilderClass() method.
EntityTypeTest::testHasFormClasses in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the hasFormClasses() method.
EntityTypeTest::testHasKey in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the hasKey() method.
EntityTypeTest::testId in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::id
EntityTypeTest::testIdExceedsMaxLength in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::__construct
EntityTypeTest::testIsInternal in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the isInternal() method.
EntityTypeTest::testIsRevisionable in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the isRevisionable() method.
EntityTypeTest::testIsSerializable in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests that the EntityType object can be serialized.
EntityTypeTest::testSet in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::set @covers ::get
EntityTypeTest::testSetLinkTemplateWithInvalidPath in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
@covers ::setLinkTemplate
EntityTypeTest::testSetStorageClass in core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
Tests the setStorageClass() method.