Commit c3c8209
committed
Do not trigger NodeScopeResolver in data provider
When I'm debugging an issue with PHPStan, and want to go in deep into the
NodeScopeResolver, I'm always surprised that the first breakpoints are triggered
by this test. It's because work is done in the data provider that calls the NodeScopeResolver.
I think no work should be done in the PHPUnit data providers, because these are always executed.
Even when you specify a filter to only run a specific test.1 parent 5950910 commit c3c8209
1 file changed
+9
-114
lines changed
0 commit comments