PHP Classes

File: tests/config/base.php

Recommend this page to a friend!
  Classes of Insolita   Yii2 CodeStat   tests/config/base.php   Download  
File: tests/config/base.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Yii2 CodeStat
Analyse and display statistics about PHP code
Author: By
Last change:
Date: 1 year ago
Size: 481 bytes
 

Contents

Class file image Download
<?php
return [
   
'id' => 'app-test',
   
'basePath' => dirname(dirname(__DIR__)),
   
'sourceLanguage' => 'en-US',
   
'timeZone' => 'Europe/Moscow',
   
'language' => 'ru',
   
'charset' => 'utf-8',
   
'bootstrap'=>['log'],
   
'aliases'=>[
       
'@bower' => '@vendor/bower-asset',
       
'@npm' => '@vendor/npm-asset',
    ],
   
'container'=>[
       
'definitions'=>[],
       
'singletons'=>[]
    ],
   
'modules'=>[
    ],
   
'params'=>[]
];