function PathautoUnitTestCase::testGetSchemaAliasMaxLength in Pathauto 7
Same name and namespace in other branches
- 6.2 pathauto.test \PathautoUnitTestCase::testGetSchemaAliasMaxLength()
- 6 pathauto.test \PathautoUnitTestCase::testGetSchemaAliasMaxLength()
Test _pathauto_get_schema_alias_maxlength().
File
- ./
pathauto.test, line 146 - Functionality tests for Pathauto.
Class
- PathautoUnitTestCase
- Unit tests for Pathauto functions.
Code
function testGetSchemaAliasMaxLength() {
$this
->assertIdentical(_pathauto_get_schema_alias_maxlength(), 255);
}