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

File

./subpathauto.test, line 126

Class

SubPathautoUnitTestCase
@file Test integration for the subpathauto.module.

Code

function assertNoAlias($source, array $options = array()) {
    return $this->assertAlias($source, $source, $options);
}