You are here

function PathautoUnitTestCase::testGetSchemaAliasMaxLength in Pathauto 7

Same name and namespace in other branches
  1. 6.2 pathauto.test \PathautoUnitTestCase::testGetSchemaAliasMaxLength()
  2. 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);
}