1 call to SubPathautoUnitTestCase::assertNoAlias()
SubPathautoUnitTestCase::testSubPathAliases in ./subpathauto.test

File

./subpathauto.test, line 126

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 assertNoAlias($source, array $options = array()) {
    return $this->assertAlias($source, $source, $options);
}