10 lines
152 B
PHP
Executable File
10 lines
152 B
PHP
Executable File
<?php
|
|
return [
|
|
'id' => 'app-frontend-tests',
|
|
'components' => [
|
|
'assetManager' => [
|
|
'basePath' => __DIR__ . '/../web/assets',
|
|
],
|
|
],
|
|
];
|