File

./subpathauto.test, line 17

Class

SubPathautoUnitTestCase
@file Test integration for the <a href="/en/work/drupal-api/subpathauto/subpathauto.module/7.x-1.x" title="subpathauto.module" class="local">subpathauto.module</a>.

Code

function setUp() {
    parent::setUp(array(
        'subpathauto',
    ));
    $this->addAlias('node/1', 'content/first-node');
    $this->addAlias('node/1/test', 'content/first-node-test');
    $this->addAlias('admin', 'malicious-path');
}