mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-08 08:17:24 +01:00
6 lines
194 B
PHP
6 lines
194 B
PHP
<?php
|
|
|
|
#aspect-mock should be included only once. Codeception calls this bootstrap file per each test file.
|
|
require_once __DIR__ . '/aspect_mock.php';
|
|
Yii::setAlias('@tests', __DIR__ . '/../');
|