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()

File

src/RegistrationStandardTestCase.php, line 18

Class

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

Namespace

Drupal\registration

Code

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