1 path_pattern.test PathPatternUnitTestCase::testGetSchemaAliasMaxLength()

Test _path_get_schema_alias_maxlength().

File

core/modules/path/tests/path_pattern.test, line 142
Functionality tests for automatic path generation.

Class

PathPatternUnitTestCase
Unit tests for Path pattern functions.

Code

function testGetSchemaAliasMaxLength() {
  $this->assertIdentical(_path_get_schema_alias_maxlength(), 255);
}