2013-06-22 20:26:22 -04:00
|
|
|
<?php
|
2013-12-02 15:25:21 +04:00
|
|
|
|
2013-12-31 00:17:36 +04:00
|
|
|
#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__ . '/../');
|