Rollback #18532: Do not autoload tests/bootstrap.php since new Composer tries to do so for ./build/build as well

This commit is contained in:
Alexander Makarov
2021-08-09 20:30:40 +03:00
parent e1fe04901a
commit 2bfe51c6c7

View File

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