function SubPathautoUnitTestCase::assertNoAlias in Sub-pathauto (Sub-path URL Aliases) 7
1 call to SubPathautoUnitTestCase::assertNoAlias()
File
- ./
subpathauto.test, line 126 - Test integration for the subpathauto.module.
Class
- SubPathautoUnitTestCase
- @file Test integration for the subpathauto.module.
Code
function assertNoAlias($source, array $options = array()) {
return $this
->assertAlias($source, $source, $options);
}