[ 'class' => 'yii\web\ErrorAction', ], 'captcha' => [ 'class' => 'yii\captcha\CaptchaAction', 'fixedVerifyCode' => YII_ENV_TEST ? 'testme' : null, ], ]; } public function actionProject() { return $this->render('project'); } public function actionCompany() { return $this->render('company'); } public function actionPerformer() { return $this->render('performer'); } }