<?php /** * Application configuration for all backend test types */ return [ 'components' => [ 'view' => [ 'class' => 'common\components\ViewBackend', ], ], ];