function RegistrationStandardTestCase::setUp in Entity Registration 8.2
Same name in this branch
- 8.2 tests/registration.test \RegistrationStandardTestCase::setUp()
- 8.2 src/RegistrationStandardTestCase.php \Drupal\registration\RegistrationStandardTestCase::setUp()
Same name and namespace in other branches
- 7.2 tests/registration.test \RegistrationStandardTestCase::setUp()
- 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();
}