Answer the question
In order to leave comments, you need to log in
What is the order in which PHPUnit tests are run?
The PHPUnit class has a test dependency.
public function test1(){
...
}
/**
* @depends test1
*/
public function test2(){
...
}
/**
* @depends test1
*/
public function test3(){
...
}
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