File tree 4 files changed +6
-11
lines changed
4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
- install :
1
+ deploy :
2
2
after :
3
3
- create-storage
4
4
- chmod-storage
Original file line number Diff line number Diff line change 8
8
* @copyright Copyright (c) 2016-2017, HiQDev (http://hiqdev.com/)
9
9
*/
10
10
11
- error_reporting (E_ALL & ~ E_NOTICE );
11
+ error_reporting (E_ALL );
12
12
13
- require_once __DIR__ . '/../src/config/bootstrap.php ' ;
13
+ require_once __DIR__ . '/../vendor/autoload.php ' ;
14
+ require_once __DIR__ . '/../vendor/yiisoft/yii2/Yii.php ' ;
Original file line number Diff line number Diff line change 12
12
13
13
use hiqdev \assetpackagist \models \AssetPackage ;
14
14
15
- /**
16
- * Generated by PHPUnit_SkeletonGenerator on 2016-04-23 at 14:42:40.
17
- */
18
- class AssetPackageTest extends \PHPUnit_Framework_TestCase
15
+ class AssetPackageTest extends \PHPUnit \Framework \TestCase
19
16
{
20
17
/**
21
18
* @var AssetPackage
Original file line number Diff line number Diff line change 12
12
13
13
use hiqdev \assetpackagist \components \Storage ;
14
14
15
- /**
16
- * Generated by PHPUnit_SkeletonGenerator on 2016-04-23 at 14:46:14.
17
- */
18
- class StorageTest extends \PHPUnit_Framework_TestCase
15
+ class StorageTest extends \PHPUnit \Framework \TestCase
19
16
{
20
17
/**
21
18
* @var Storage
You can’t perform that action at this time.
0 commit comments