Ререализован метод для получения инфы о конфигурации API

This commit is contained in:
ErickSkrauch
2016-08-03 21:47:36 +03:00
parent 5e40ccbe49
commit 6efbbb7098
4 changed files with 14 additions and 14 deletions

View File

@@ -8,8 +8,8 @@ use yii\codeception\BasePage;
*/
class OptionsRoute extends BasePage {
public function recaptchaPublicKey() {
$this->route = ['options/recaptcha-public-key'];
public function get() {
$this->route = ['options/index'];
$this->actor->sendGET($this->getUrl());
}