Blame view

frontend/config/test.php 214 Bytes
950817c6   Alex Savenko   first commit
1
2
3
4
5
6
7
8
9
  <?php
      return [
          'id'         => 'app-frontend-tests',
          'components' => [
              'assetManager' => [
                  'basePath' => __DIR__ . '/../web/assets',
              ],
          ],
      ];