Can you specify exactly which line of code a phpunit test should cover?
Considering that there are 2 cases which would have the same result, is there an annotation or anything I can add to make sure that my test covers a specific line in a function?
Can you specify exactly which line of code a phpunit test should cover?
Considering that there are 2 cases which would have the same result, is there an annotation or anything I can add to make sure that my test covers a specific line in a function?