You are here

function PrivatemsgURLPrefixTestCase::testPrefixUser in Privatemsg 6.2

Test that basic URL prefixes with %user work properly.

File

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

Class

PrivatemsgURLPrefixTestCase
Test privatemsg URL prefixes.

Code

function testPrefixUser() {
  $this
    ->checkPrefix("user/%user/" . $this
    ->randomName(5));
}