1 call to SubPathautoUnitTestCase::assertNoAlias()
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);
}