You are here

public function RegistrationTestCase::resetRegistration in Entity Registration 8

1 call to RegistrationTestCase::resetRegistration()
RegistrationTestCase::loadRegistration in src/Tests/RegistrationTestCase.php

File

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

Class

RegistrationTestCase
@file Tests for the Registration module

Namespace

Drupal\registration\Tests

Code

public function resetRegistration() {
  entity_get_controller('registration')
    ->resetCache();
}