test.php 174 B

123456789
  1. <?php
  2. return [
  3. 'id' => 'app-frontend-tests',
  4. 'components' => [
  5. 'assetManager' => [
  6. 'basePath' => __DIR__ . '/../web/assets',
  7. ],
  8. ],
  9. ];