Blame view

frontend/config/test.php 174 Bytes
1755c393   Yarik   Basic template in...
1
2
3
4
5
6
7
8
9
  <?php
  return [
      'id' => 'app-frontend-tests',
      'components' => [
          'assetManager' => [
              'basePath' => __DIR__ . '/../web/assets',
          ],
      ],
  ];