mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 14:50:56 +08:00
Execute tests/bootstrap.php via autoload-dev
This commit is contained in:
@ -102,6 +102,11 @@
|
|||||||
"yii\\cs\\": "cs/src/"
|
"yii\\cs\\": "cs/src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"autoload-dev": {
|
||||||
|
"files": [
|
||||||
|
"tests/bootstrap.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"platform": {"php": "5.4"}
|
"platform": {"php": "5.4"}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user