You are here

function UUIDFunctionalityTestCase::testDisabledCommentUUID in Universally Unique IDentifier 6

Verify uuid behavior for comment.

File

./uuid.test, line 338
Functionality tests for UUID module.

Class

UUIDFunctionalityTestCase
Test basic uuid resolver functionality.

Code

function testDisabledCommentUUID() {
  $this
    ->markIncomplete(t("This test is incomplete."));
}