You are here

public function PanelizerIntegrationTest::testIPEAddBlock in Panelizer 8.4

Same name and namespace in other branches
  1. 8.5 tests/src/FunctionalJavascript/PanelizerIntegrationTest.php \Drupal\Tests\panelizer\FunctionalJavascript\PanelizerIntegrationTest::testIPEAddBlock()

Tests that adding a block with default configuration works.

File

tests/src/FunctionalJavascript/PanelizerIntegrationTest.php, line 114

Class

PanelizerIntegrationTest
Tests the JavaScript functionality of Panels IPE with Panelizer.

Namespace

Drupal\Tests\panelizer\FunctionalJavascript

Code

public function testIPEAddBlock() {
  $this
    ->visitIPERoute();
  $this
    ->addBlock('System', 'system_breadcrumb_block');
}