@coversNothing
The @coversNothing
annotation can be used in the test code to specify that no code coverage information will be recorded for the annotated test case.
This can be used for integration testing. See Example 11.3 for an example.
The annotation can be used on the class and the method level and will override any @covers
tags.
Please login to continue.