From b23d5c3039f763625608554f6d54f6bf7cef81f9 Mon Sep 17 00:00:00 2001 From: Doug Wright Date: Sun, 11 Aug 2013 17:11:58 +0100 Subject: [PATCH] Ignore samples when calculating code coverage --- tests/PackerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/PackerTest.php b/tests/PackerTest.php index afb6bad3..e4b272c3 100644 --- a/tests/PackerTest.php +++ b/tests/PackerTest.php @@ -281,6 +281,7 @@ public function testPackSingleItemFitsBetterRotated() { /** + * @coversNothing * @dataProvider getSamples */ public function testCanPackRepresentativeSample($test, $boxes, $items) {