Alexey

Results 8 comments of Alexey

+1 Meet error on tests at first run after clearing the cache. It`s a Heisenbug, possible that it rise only with >= 2 environments at empty cache. Trying to reproduce...

Reproduce this bug on clear symfony-standard. @schmittjoh Please try it, maybe it will help you detect problem ``` "jms/security-extra-bundle": "1.5.*", "jms/di-extra-bundle": "1.4.*" ``` https://github.com/i4got10/symfony-standard/blob/issue96/src/Acme/DemoBundle/Tests/Controller/BugTest.php clone https://github.com/i4got10/symfony-standard.git && checkout issue96 run...

@tomat nice one. Solve my problem with 2 test environments. Also work with ``` "jms/security-extra-bundle": "1.4.*", "jms/di-extra-bundle": "1.3.*", ```

Check out this [PR](https://github.com/schmittjoh/JMSDiExtraBundle/pull/131), was very helpful for me

:+1: bower package has minified version with annotations(via ng-annotate), npm package has not.

It would be very good if you will set some test environment and make some tests. It can help other people to send PRs to help you and test your...

Thanks Christian! Its just a suggestion from my side.