Добавлены экшены в контроллер и 1 тест (больше не успел)

This commit is contained in:
ErickSkrauch
2016-05-16 11:21:12 +03:00
parent 50439fdaeb
commit f99b281f30
6 changed files with 138 additions and 11 deletions

View File

@ -30,4 +30,9 @@ class AccountsRoute extends BasePage {
]);
}
public function changeEmailInitialize() {
$this->route = ['accounts/change-email-initialize'];
$this->actor->sendPOST($this->getUrl());
}
}