public function RegistrationTestCase::resetRegistration in Entity Registration 8
1 call to RegistrationTestCase::resetRegistration()
File
- src/
Tests/ RegistrationTestCase.php, line 111 - Tests for the Registration module
Class
- RegistrationTestCase
- @file Tests for the Registration module
Namespace
Drupal\registration\TestsCode
public function resetRegistration() {
entity_get_controller('registration')
->resetCache();
}