phpunit-query-count-assertions
phpunit-query-count-assertions copied to clipboard
Allow tracking queries from other database connections
This PR allows to track queries from a different database, by passing the connection name to AssertQueryCount::trackQueries() or after the closure in the available assertions.