You are here

protected property PanelsIPETestBase::$window_size in Panels 8.4

Same name and namespace in other branches
  1. 8.3 panels_ipe/tests/src/FunctionalJavascript/PanelsIPETestBase.php \Drupal\Tests\panels_ipe\FunctionalJavascript\PanelsIPETestBase::window_size

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

File

panels_ipe/tests/src/FunctionalJavascript/PanelsIPETestBase.php, line 22

Class

PanelsIPETestBase
Base class which runs through standard Panels IPE test routines.

Namespace

Drupal\Tests\panels_ipe\FunctionalJavascript

Code

protected $window_size = [
  1024,
  768,
];