You are here

public function EntityReferenceBrowserTableWidgetTests::testBuildRemoveButton in Entity Browser - Table Layout 8

File

tests/src/Kernel/EntityReferenceBrowserTableWidgetTests.php, line 112

Class

EntityReferenceBrowserTableWidgetTests

Namespace

Drupal\entity_browser_table\Kernel

Code

public function testBuildRemoveButton() {
  $testBuildEditButton = $this->widget
    ->buildRemoveButton($this->entities[0], $this->detailsId, $this->rowId, $this->fieldParents);
  $this
    ->assertIsArray($testBuildEditButton);
  $this
    ->assertCount(8, $testBuildEditButton);
}