%PDF- %PDF-
Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/tests/codeception/bin/ |
Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/humhub/tests/codeception/bin/_bootstrap.php |
<?php defined('YII_DEBUG') or define('YII_DEBUG', true); defined('YII_ENV') or define('YII_ENV', 'test'); // fcgi doesn't have STDIN and STDOUT defined by default defined('STDIN') or define('STDIN', fopen('php://stdin', 'r')); defined('STDOUT') or define('STDOUT', fopen('php://stdout', 'w')); defined('YII_APP_BASE_PATH') or define('YII_APP_BASE_PATH', dirname(dirname(dirname(dirname(__DIR__))))); require(YII_APP_BASE_PATH . '/vendor/autoload.php'); require(YII_APP_BASE_PATH . '/vendor/yiisoft/yii2/Yii.php'); Yii::setAlias('@tests', dirname(dirname(__DIR__)));