You are here

function UUIDUnitTestCase::testMarkIncomplete in Universally Unique IDentifier 6

Mark testcase as incomplete.

File

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

Class

UUIDUnitTestCase
Unit tests for UUID resolver API functions.

Code

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