yii2-netdisk/tests/functional/_bootstrap.php

5 lines
167 B
PHP
Raw Normal View History

<?php
2013-12-02 19:25:21 +08:00
// create an application instance to support URL creation before running any test
Yii::createObject(require(__DIR__ . '/../../web/index-test-functional.php'));