You are here

protected property SubPathautoTest::$aliases in Sub-pathauto (Sub-path URL Aliases) 8

List of aliases used in the tests.

Type: string[]

File

tests/src/Unit/SubPathautoTest.php, line 64

Class

SubPathautoTest
@coversDefaultClass \Drupal\subpathauto\PathProcessor @group subpathauto

Namespace

Drupal\Tests\subpathauto\Unit

Code

protected $aliases = [
  '/content/first-node' => '/node/1',
  '/content/first-node-test' => '/node/1/test',
  '/malicious-path' => '/admin',
  '' => '<front>',
];