Last active
January 6, 2018 11:55
-
-
Save leavyli/a3dc174e8415074197d9e4e5d714f1aa to your computer and use it in GitHub Desktop.
Revisions
-
leavyli revised this gist
Jan 6, 2018 . 1 changed file with 6 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ <?php // add unit testing specific bootstrap code here $classLoader = new \Composer\Autoload\ClassLoader(); $classLoader->addPsr4("tests\\components\\", __DIR__ . "/components", false); $classLoader->addPsr4("tests\\models\\", __DIR__ . "/models", false); $classLoader->register(); -
leavyli revised this gist
Jan 6, 2018 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,6 @@ <?php define('YII_ENV', 'test'); defined('YII_DEBUG') or define('YII_DEBUG', true); require_once __DIR__ . '/../vendor/yiisoft/yii2/Yii.php'; require __DIR__ .'/../vendor/autoload.php'; -
leavyli revised this gist
Jan 6, 2018 . 1 changed file with 0 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1 @@ <?php -
leavyli revised this gist
Jan 6, 2018 . No changes.There are no files selected for viewing
-
leavyli revised this gist
Jan 6, 2018 . No changes.There are no files selected for viewing
-
leavyli revised this gist
Jan 6, 2018 . No changes.There are no files selected for viewing
-
leavyli created this gist
Jan 6, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ <?php // add unit testing specific bootstrap code here $classLoader = new \Composer\Autoload\ClassLoader(); $classLoader->addPsr4("tests\\components\\", __DIR__ . "/components", false); $classLoader->addPsr4("tests\\models\\", __DIR__ . "/models", false); $classLoader->register();