public function EntityReferenceBrowserTableWidgetTests::testGetEntityTypeLabel in Entity Browser - Table Layout 8
File
- tests/
src/ Kernel/ EntityReferenceBrowserTableWidgetTests.php, line 124
Class
Namespace
Drupal\entity_browser_table\KernelCode
public function testGetEntityTypeLabel() {
// TODO: Figure out how to mock the entityTypeManager response.
// $this->assertEquals('Image', $this->widget->getEntityTypeLable($this->entities[0]));
}