Théo FIDRY
Théo FIDRY
Had a quick look: this looks more related to the Symfony cache not working well with the compression. So a bug yes but likely on Symfony side
@jaapio did you manage to make it work?
3G is quite a lot. Out of curiosity could you try with `--no-parallel`? If it succeeds at least it means the PHP is more likely to be on AMPHP or...
How would you determine that the directory was created by Box itself or someone else? The offending code is [here](https://github.com/humbug/box/blob/master/src/Test/FileSystemTestCase.php#L44-L68). Maybe I can just change `box` to something else, but...
I'm happy to have a new workflow to check the CS but what kinda putted me off from doing so was the fact that there is no easy way to...
Not that I'm aware, but it makes me wonder why this [the quote you put] is happening. It may be for historic reasons or maybe there is something else. Might...
Thanks for looking into this, IIRC @c33s could be interested in it as well :) Maybe a utility function could be added for normalizing the paths in the tests rather...
Could you please try with the `--debug` option and publish the new stack trace as well as the generated `.box_dump/.box_configuration` file?
Maybe `beStrictAboutCoversAnnotation` should not be used then. My usage of `@covers` in Box is mostly to tell what is tested, I do not want to have to provide the exhaustive...
Indeed. I was using a tool to try to keep it up to date but it was not working due to the hook being triggered too early (before the artefact...