contao/test-case

Consider dropping the app's var folder in FunctionalTestCase#tearDownAfterClass

Closed this issue · 2 comments

m-vo commented

After running functional tests, the %projectDir%/var folder will contain log/cache/assets/... entries which could be cleaned up.

That would not really help, as other tools such as PhpStan also boot up Symfony and fill the var folder. The only solution so far was to ignore the folder in the .gitignore file of the core bundle.

https://github.com/contao/contao/blob/master/core-bundle/.gitignore

m-vo commented

Sounds legit to me. Imo we can close this then.