You are here

protected property PanelizerIntegrationTest::$window_size in Panelizer 8.4

The window size set when calling $this->visitIPERoute().

File

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

Class

PanelizerIntegrationTest
Tests the JavaScript functionality of Panels IPE with Panelizer.

Namespace

Drupal\Tests\panelizer\FunctionalJavascript

Code

protected $window_size = [
  1024,
  768,
];