Answer the question
In order to leave comments, you need to log in
PHPUnit: Why are all provider methods executed before the test group?
Parameters for tests are formed from dataProvider. If I run a single test group, all providers are executed before the groups are selected (in NetBeans IDE). Because of this, you have to wait until the extra providers are executed. What can be done to ensure that only the necessary providers are executed?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question