You are here

function PathautoUnitTestCase::testGetSchemaAliasMaxLength in Pathauto 6.2

Same name and namespace in other branches
  1. 6 pathauto.test \PathautoUnitTestCase::testGetSchemaAliasMaxLength()
  2. 7 pathauto.test \PathautoUnitTestCase::testGetSchemaAliasMaxLength()

Test _pathauto_get_schema_alias_maxlength().

File

./pathauto.test, line 223
Functionality tests for Pathauto.

Class

PathautoUnitTestCase
Unit tests for Pathauto functions.

Code

function testGetSchemaAliasMaxLength() {
  $this
    ->assertIdentical(_pathauto_get_schema_alias_maxlength(), 128);
}