Execute tests/bootstrap.php via autoload-dev

This commit is contained in:
Brandon Kelly
2021-02-26 12:14:43 -08:00
committed by GitHub
parent fbd932903c
commit 1bdbe80bfb

View File

@ -102,6 +102,11 @@
"yii\\cs\\": "cs/src/"
}
},
"autoload-dev": {
"files": [
"tests/bootstrap.php"
]
},
"config": {
"platform": {"php": "5.4"}
},