function EntityUnitTest::testGetEntityTypeId
Tests get entity type id.
@legacy-covers ::getEntityTypeId
File
-
core/
tests/ Drupal/ Tests/ Core/ Entity/ EntityUnitTest.php, line 422
Class
Namespace
Drupal\Tests\Core\EntityCode
public function testGetEntityTypeId() : void {
$this->assertSame($this->entityTypeId, $this->entity
->getEntityTypeId());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.