public function EntityReferenceBrowserTableWidgetTests::testBuildRemoveButton in Entity Browser - Table Layout 8
File
- tests/src/ Kernel/ EntityReferenceBrowserTableWidgetTests.php, line 112 
Class
Namespace
Drupal\entity_browser_table\KernelCode
public function testBuildRemoveButton() {
  $testBuildEditButton = $this->widget
    ->buildRemoveButton($this->entities[0], $this->detailsId, $this->rowId, $this->fieldParents);
  $this
    ->assertIsArray($testBuildEditButton);
  $this
    ->assertCount(8, $testBuildEditButton);
}