function ABTWebTestCase::createContentType in Access By Term 7
1 call to ABTWebTestCase::createContentType()
File
- ./abt.test, line 68 
Class
Code
function createContentType() {
  // Create a content type programmaticaly.
  return $this
    ->drupalCreateContentType();
}