Giulio De Donato
Giulio De Donato
Hi all, is there a solution for us, that we use assetic on the cloud? we have 2 problem now the first is that the path into the css is...
I think we should use another Repository for Guard-phpunit.
@sergigp yes it is.
This repo is not maintaned... If you want to work with sf2 please use https://github.com/liuggio/guard-phpunit-sf2, it should work
Same problem here.
This could be an idea for the next version, having a deep `phpunit` integration, but fastest now execute in processes in parallel. In my team db fixtures are the slow...
Ehm this is an edge case - but - if you use fastest and you create a singular functional test fore ach classes https://github.com/Ocramius/ProxyManager/blob/ff246e7569744e4a15dc2b043777230d82813d2f/tests/ProxyManagerTest/Functional/FatalPreventionFunctionalTest.php#L124 if a generator fails will broke...
That's the adding value of fastest, for each test fastest provides env parameters like `echo getevn('ENV_TEST_CHANNEL');` that contains a different value per processor :) or `echo getevn('ENV_TEST_INC_NUMBER')` that is the...