app icon indicating copy to clipboard operation
app copied to clipboard

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

Open Nex-Otaku opened this issue 5 years ago • 3 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.

Nex-Otaku avatar Sep 02 '20 13:09 Nex-Otaku

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

Fantom409 avatar Sep 23 '20 12:09 Fantom409

Moved.

samdark avatar Sep 23 '20 13:09 samdark

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

xepozz avatar Sep 23 '20 15:09 xepozz