You are here

function UUIDFunctionalityTestCase::testEnabledTaxonomyUUID in Universally Unique IDentifier 6

Verify uuid behavior for taxonomy.

File

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

Class

UUIDFunctionalityTestCase
Test basic uuid resolver functionality.

Code

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