yiisoft / app

Yii3 application template

Home Page:https://www.yiiframework.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move all generated files from "tests" to "runtime"

Nex-Otaku opened this issue · comments

There is no need to store any generated files directly in "tests" folder.

photo_2020-09-02_15-43-37

Both "_output" and "_support/generated" folders with all content should be placed in "runtime/tests" folder.

There should be as minimum files as possible in "tests", to simplify understanding and usage.

This issue probably should be in yiisoft/app, because I don't see test here

I think only _output can be placed in runtime/tests/_output.
_generated used for IDE hints.