List of aliases used in the tests.
Type: string[]
File
-
tests/
src/ Unit/ SubPathautoTest.php, line 84
Class
- SubPathautoTest
- @coversDefaultClass \Drupal\subpathauto\PathProcessor @group subpathauto
Namespace
Drupal\Tests\subpathauto\UnitCode
protected $aliases = [
'/content/first-node' => '/node/1',
'/content/first-node-test' => '/node/1/test',
'/malicious-path' => '/admin',
'' => '<front>',
];