File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ public function whileCountingQueries(callable $callback)
2525
2626 public function startCountingQueries ()
2727 {
28- if (!$ this ->hasDispatchedQueryCounter ) {
28+ if (! $ this ->hasDispatchedQueryCounter ) {
2929 $ this ->dispatchQueryCounter ();
3030 }
3131
32- $ this ->isCountingQueries = true ;
32+ $ this ->isCountingQueries = true ;
3333 $ this ->hasDispatchedQueryCounter = true ;
3434 }
3535
Original file line number Diff line number Diff line change 22
33namespace LucasDotDev \DBQueriesCounter \Tests ;
44
5- use Orchestra \Testbench \TestCase as Orchestra ;
65use LucasDotDev \DBQueriesCounter \DBQueriesCounterServiceProvider ;
76use LucasDotDev \DBQueriesCounter \Traits \CountsQueries ;
7+ use Orchestra \Testbench \TestCase as Orchestra ;
88
99class TestCase extends Orchestra
1010{
You can’t perform that action at this time.
0 commit comments