Łukasz Chruściel

Results 84 comments of Łukasz Chruściel

Hey @tdumalin, thanks a lot for your contribution! I would need to sit into how to properly solve it here. Also, such code would require to be available only with...

Hey Peter. Thanks for raising an issue. Initialization of PHPMatcher there makes sense, but we may move this logic to some setup method or buildMatcher method. Should be pretty straightforward...

Consequences of some old refactor, which provided also support for UUIDs: https://github.com/lchrusciel/ApiTestCase/pull/149. And probably we've misused that.

Unfortunately, it is not possible yet. I would love to separate this logic to some traits and maybe some separate package and provide Behat extension with it. Feel free to...

Any news, unfortunately :( I do not have a clear path to deliver it for now

Thanks a lot Kevin! I want to take a look and do some refactor anyway around this, so I can pick it up

I know, it took me a while, but I finally found some time to do something about it. Unfortunately, I wasn't able to force phpunit bridge to see ApiTestCase, because...

Ref. https://travis-ci.org/lchrusciel/ApiTestCase/jobs/564395812

Isn't it part of EsayCodingStandard? Anyway, I have started to work on ECS integration in #137, but maybe I will give a try to Slevomat. Also, feel free to help...

I truly believe that ECS is just a wrapper around [Slevomat](https://github.com/Symplify/EasyCodingStandard/blob/master/composer.json#L22), as there are a lot of Slevomat rules used internally like here: https://github.com/Symplify/EasyCodingStandard/blob/master/config/clean-code.yml#L2-L12 Still, anything that will make the...