You are here

public function RegistrationTestCase::loadRegistration in Entity Registration 8

File

src/Tests/RegistrationTestCase.php, line 100
Tests for the Registration module

Class

RegistrationTestCase
@file Tests for the Registration module

Namespace

Drupal\registration\Tests

Code

public function loadRegistration($registration_id) {
  $this
    ->resetRegistration();
  return registration_load($registration_id);
}