You are here

function ABTEnviromentTestCase::testEnviroment in Access By Term 7

File

./abt.test, line 156

Class

ABTEnviromentTestCase

Code

function testEnviroment() {
  $this
    ->envTestVocabularyCreation();
  $this
    ->envTestTermCreation();
  $this
    ->envTestContentTypeCreation();
  $this
    ->envTestFieldCreation();
  $this
    ->envTestFieldInstanceCreation();
  $this
    ->envTestUserData();
  $this
    ->envTestNodeData();
}