You are here

public function PrintLinkTest::testPlaceBlock in Entity Print 8.2

Test placing the block so we pick-up any schema errors.

File

tests/src/Kernel/PrintLinkTest.php, line 30

Class

PrintLinkTest
Test the print links block.

Namespace

Drupal\Tests\entity_print\Kernel

Code

public function testPlaceBlock() {
  $this
    ->placeBlock('print_links');
  $this
    ->assertTrue(TRUE);
}