Pierre PLAZANET

Results 24 comments of Pierre PLAZANET

I don't know if my method "whichAreDisplayable" are well placed... In fact, I don't know how the repository should interact with the QueryBuilder. My repository looks like this : ```...

Yes, the result is the same but not the approch. You build a query in your repository but I propose to build the query in a QueryBuilder and so provide...

![yes-gif 1](https://cloud.githubusercontent.com/assets/1766827/5244208/46356eaa-794d-11e4-944e-a2a05c9975bc.gif)

You can if you create your own dictionary and implement the Dictionary interface but no, there is no injection based on dictionary name... But it's a good idea, we have...

@tacman Sorry, it's on my todolist but at the moment I've only had time for a quick look, I've found how it works in several other bundles and it doesn't...

@TamasSzigeti can you give me an example ?

Looks clear. I will try to find a solution ;)

@victuxbb The problem is that your solution doesn't test header name. `assertArrayEquals` doesn't care about keys. Maybe you can implement something like this : ``` php /** * @Then /^the...

I think we need somthink like the fixture APP into KnpRevealsBundle : https://github.com/KnpLabs/KnpRevealBundle/tree/master/features/fixtures By the way, I need it too to test the entity part.

Hi @jpalawaga. Thank you for your issue. Gaufrette has been abandoned for several years and we at KNPLabs are trying to revive our open-source projects. This issue is almost 10...