You are here

function UUIDFunctionalityTestCase::testDefaultCommentUUID in Universally Unique IDentifier 6

Verify uuid behavior for comment.

File

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

Class

UUIDFunctionalityTestCase
Test basic uuid resolver functionality.

Code

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