In this situation, since you have tested for all possible cases in EvangelistRankerTest.php, you should only test that the getStatus method works in EvangelistStatusTest.php. Just one test method is enough , something like testIfRightStatusIsReturned instead of repeating the same tests you wrote for EvangelistRankerTest.php
In this situation, since you have tested for all possible cases in EvangelistRankerTest.php, you should only test that the
getStatusmethod works in EvangelistStatusTest.php. Just one test method is enough , something liketestIfRightStatusIsReturnedinstead of repeating the same tests you wrote for EvangelistRankerTest.php