You are here

function RegistrationStandardTestCase::setUp in Entity Registration 8.2

Same name in this branch
  1. 8.2 tests/registration.test \RegistrationStandardTestCase::setUp()
  2. 8.2 src/RegistrationStandardTestCase.php \Drupal\registration\RegistrationStandardTestCase::setUp()
Same name and namespace in other branches
  1. 7.2 tests/registration.test \RegistrationStandardTestCase::setUp()
  2. 7 tests/registration.test \RegistrationStandardTestCase::setUp()

File

tests/registration.test, line 133
Tests for the Registration module

Class

RegistrationStandardTestCase
Creates a registration type Create node entity type ensure registration type exists

Code

function setUp() {
  parent::setUp(array(
    'registration',
  ));
  $this
    ->setUpEntity();
}