You are here

public function UserRegistrationPasswordUserRegisterForm::testUserRegisterFormCompatibility in User registration password 8

Implements testUserRegisterFormCompatibility().

File

./UserRegistrationPasswordUserRegisterForm.php, line 61

Class

UserRegistrationPasswordUserRegisterForm
Functionality tests for User registration password module.

Namespace

Drupal\Tests\user_registrationpassword\Functional

Code

public function testUserRegisterFormCompatibility() {

  // Test submit callback.
  $this
    ->assertEqual($this->registerForm['actions']['submit']['#submit'][2], 'user_registrationpassword_form_user_register_submit', 'Submit handler correctly changed.');
}