PHP Classes

File: tests/codeception/config/unit.php

Recommend this page to a friend!
  Classes of Uldis Nelsons   YII2 Framework PHP Init   tests/codeception/config/unit.php   Download  
File: tests/codeception/config/unit.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: YII2 Framework PHP Init
Create a project based on the YII2 from template
Author: By
Last change:
Date: 2 years ago
Size: 202 bytes
 

Contents

Class file image Download
<?php
/**
 * Application configuration for unit tests
 */
return yii\helpers\ArrayHelper::merge(
    require(
__DIR__ . '/../../../config/web.php'),
    require(
__DIR__ . '/config.php'),
    [

    ]
);