You are here

protected property PurgerMoveFormUpTest::$routeParametersInvalid in Purge 8.3

Route parameters for requests which should yield a 404.

Type: null|mixed[]

Overrides FormTestBase::$routeParametersInvalid

File

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

Class

PurgerMoveFormUpTest
Tests \Drupal\purge_ui\Form\PurgerMoveForm.

Namespace

Drupal\Tests\purge_ui\Functional

Code

protected $routeParametersInvalid = [
  'id' => 'doesnotexist',
  'direction' => 'up',
];