You are here

function ABTWebTestCase::setUpTaxonomy in Access By Term 7

3 calls to ABTWebTestCase::setUpTaxonomy()
ABTEnviromentTestCase::setUp in ./abt.test
Sets up a Drupal site for running functional and integration tests.
ABTPermissionFieldTestCase::setUp in ./abt.test
Sets up a Drupal site for running functional and integration tests.
ABTPermissionGrantsTestCase::setUp in ./abt.test
Sets up a Drupal site for running functional and integration tests.

File

./abt.test, line 19

Class

ABTWebTestCase

Code

function setUpTaxonomy() {
  $this->vocabularies = $this
    ->createVocabulary();
  $this->terms = $this
    ->populateVocabularies($this->vocabularies);
}