@coversNothing

@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.

doc_PHPUnit
2016-10-16 15:37:29
Comments
Leave a Comment

Please login to continue.