You are here

protected property PurgerMoveFormUpTest::$routeParameters in Purge 8.3

The default route parameters.

Type: mixed[]

Overrides FormTestBase::$routeParameters

File

modules/purge_ui/tests/src/Functional/Form/PurgerMoveFormUpTest.php, line 38

Class

PurgerMoveFormUpTest
Tests \Drupal\purge_ui\Form\PurgerMoveForm.

Namespace

Drupal\Tests\purge_ui\Functional

Code

protected $routeParameters = [
  'id' => 'id2',
  'direction' => 'up',
];