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)
25
25
26
26
public function startCountingQueries ()
27
27
{
28
- if (!$ this ->hasDispatchedQueryCounter ) {
28
+ if (! $ this ->hasDispatchedQueryCounter ) {
29
29
$ this ->dispatchQueryCounter ();
30
30
}
31
31
32
- $ this ->isCountingQueries = true ;
32
+ $ this ->isCountingQueries = true ;
33
33
$ this ->hasDispatchedQueryCounter = true ;
34
34
}
35
35
Original file line number Diff line number Diff line change 2
2
3
3
namespace LucasDotDev \DBQueriesCounter \Tests ;
4
4
5
- use Orchestra \Testbench \TestCase as Orchestra ;
6
5
use LucasDotDev \DBQueriesCounter \DBQueriesCounterServiceProvider ;
7
6
use LucasDotDev \DBQueriesCounter \Traits \CountsQueries ;
7
+ use Orchestra \Testbench \TestCase as Orchestra ;
8
8
9
9
class TestCase extends Orchestra
10
10
{
You can’t perform that action at this time.
0 commit comments