liip / LiipFunctionalTestBundle

Some helper classes for writing functional tests in Symfony

Home Page:http://liip.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restore test with max_query_count: 1

alexislefebvre opened this issue · comments

One test of AllowedQueriesExceededException and some other things were broken on the main branch, I fixed these issues in another PR: #604 I'm not happy with the change of max_query_count from 1 to 0 in the internal tests but if it allow to have a version compatible with Symfony 6, it will be worth it.

Originally posted by @alexislefebvre in #598 (comment)


Here is the related commit: 93a080a


It looks like the queries to database are not counted properly.