CedCannes
CedCannes
Steps to reproduce I prepared a [repo](https://github.com/CedCannes/sf_bug_collections_empty_during_tests_with_fixtures) to show all this 1.Create entities in OneToMany relationship (here Board and Lane) 2.Create yml files of fixtures with 1 Board that has...
**API Platform version(s) affected**: 2.6.6 **Description** the next and nuxt generators return an error if routePrefix is set **How to reproduce** Add the routePrefix parameter to the apiResource attribute of...
Hi, I followed the how to and I have an unexpected result in docs/distribution/index.md `L629 Oops, we forgot to add the title. Submit the request anyway, you should get a...
I forgot to put an @ in front of the annotation dataprovider ``` /** * dataProvider removeEmojiDataProvider */ public function testRemoveEmoji($text, $excepted) ``` so I didn't have a dataprovider configured...
example : ``` public function testDiffOfArrays(){ $array1 = [[['key' => '2']]]; $array2 = [[['key' => 2]]]; $this ->array($array1) ->isIdenticalTo($array2) ; } ``` return displays the diff that helps debug ```...
While updating an old project, I realized that urlize wasn't working the way it used to before. before (long time ago): `"c'est qu'il m'énerve" -> "c-est-qu-il-m-enerve"` now : `"c'est qu'il...
it would be convenient for people like me who have no memory or for programmers who want to get started quickly, having a command that generates a test class with...
When I execute tests in the console I get this message : `Error : Cannot use object of type mageekguy\atoum\asserters\phpString as array` But in the plugin output window I see...
I use atoum/stub but it would be nice that the autocompletion is included in the plugin atoum. It could add the autocompletion of annotations of classes and methods.:sweat_smile:
First, I have no problem with all classes in my project, I love the comfort of using the plugin. But... :smile: When I wanted to run a test of an...