Renja

Results 14 comments of Renja

@beberlei I have the same issue in version 3.4.5, is this still an issue? because I thought it got fixed ``` $ symfony console doctrine:migrations:diff [critical] Error thrown while running...

I have a question, is this Roadmap still up to date or are there already some checked? I'm mostly interested in the backend, so if that has finished reconstruction, I...

Good to hear, can I already find the changes somewhere in the repo?

Ahh, thank you very much. btw. this is a really cool project, keep going!

nvm, I'm not even creating two users. but it is ward because if I remove `use RefreshDatabaseTrait;` the code works like this: ```php public function testGetItemUser(): void { $client =...

> Isn't it an issue with `static::createClient()` that re-creates a kernel with maybe a different connection? But then why does it work if I remove the `use RefreshDatabaseTrait;`

also, when running the full test the first two tests run true fine but when hitting the third I get an SQL Duplicate entry error for "[email protected]" but this should...

@carlosfrutos Did you find a way to work around? Also, @art049 are there any plans to fix this, because this issue is already quite old I currently have the same...

## Full list of what I found: encryptedSummonerId ```json [ { "name": "encryptedSummonerId", "in": "path", "required": true, "schema": { "type": "string", "x-type": "string" }, "description": "Summoner ID associated with the...

not exactly, I needed a list of all possible parameters and ran a script, to gather all different parameter objects, and manually checkt the file, but I already found a...