You are here

protected property PurgerMoveFormDownTest::$routeParameters in Purge 8.3

The default route parameters.

Type: mixed[]

Overrides FormTestBase::$routeParameters

File

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

Class

PurgerMoveFormDownTest
Tests \Drupal\purge_ui\Form\PurgerMoveForm.

Namespace

Drupal\Tests\purge_ui\Functional

Code

protected $routeParameters = [
  'id' => 'id0',
  'direction' => 'down',
];