You are here

function PrivatemsgURLPrefixTestCase::testPrefix in Privatemsg 6.2

Test that basic URL prefixes work properly.

File

./privatemsg.test, line 1091
Test file for privatemsg.module

Class

PrivatemsgURLPrefixTestCase
Test privatemsg URL prefixes.

Code

function testPrefix() {
  $this
    ->checkPrefix($this
    ->randomName(20));
}