You are here

function UUIDFunctionalityTestCase::testEnabledCommentUUID in Universally Unique IDentifier 6

Verify uuid behavior for comment.

File

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

Class

UUIDFunctionalityTestCase
Test basic uuid resolver functionality.

Code

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