You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.php 198B

8 years ago
123456789101112
  1. <?php
  2. /**
  3. * Application configuration for all backend test types
  4. */
  5. return [
  6. 'components' => [
  7. 'view' => [
  8. 'class' => 'common\components\ViewBackend',
  9. ],
  10. ],
  11. ];