PHP Classes

File: tests/_bootstrap.php

Recommend this page to a friend!
  Classes of Smoren Freelight   Yii2 Query Relation Manager   tests/_bootstrap.php   Download  
File: tests/_bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Yii2 Query Relation Manager
Run queries to model objects using filters
Author: By
Last change: Update of tests/_bootstrap.php
Date: 1 year ago
Size: 172 bytes
 

Contents

Class file image Download
<?php

defined
('YII_ENV') or define('YII_ENV', 'test');

require_once
dirname(__DIR__) . '/vendor/yiisoft/yii2/Yii.php';
require
dirname(__DIR__) . '/vendor/autoload.php';