Page MenuHomeDevCentral

Add coverage information to tests
ClosedPublic

Authored by dereckson on Nov 21 2015, 06:41.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 1, 09:41
Unknown Object (File)
Fri, Aug 1, 09:41
Unknown Object (File)
Fri, Aug 1, 09:40
Unknown Object (File)
Tue, Jul 29, 02:32
Unknown Object (File)
Mon, Jul 28, 09:27
Unknown Object (File)
Mon, Jul 28, 06:38
Unknown Object (File)
Sun, Jul 27, 12:36
Unknown Object (File)
Fri, Jul 25, 06:15
Subscribers
None

Details

Summary

We add @covers, so coverage reports won't consider a function tested if called
in a test for another function.

Reference: https://phpunit.de/manual/current/en/appendixes.annotations.html#appendixes.annotations.covers

Test Plan

proofed file

Diff Detail

Repository
rKGF Keruald global functions
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Add coverage information to tests.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: xcombelle.
xcombelle edited edge metadata.
This revision is now accepted and ready to land.Nov 23 2015, 10:46
This revision was automatically updated to reflect the committed changes.