You are here

function ABTWebTestCase::createContentType in Access By Term 7

1 call to ABTWebTestCase::createContentType()
ABTWebTestCase::setUpContentStructure in ./abt.test

File

./abt.test, line 68

Class

ABTWebTestCase

Code

function createContentType() {

  // Create a content type programmaticaly.
  return $this
    ->drupalCreateContentType();
}