From 93249ce5e58738aee43af5f578a19bfe95dc2c3b Mon Sep 17 00:00:00 2001 From: Kuba Turek Date: Tue, 2 Dec 2014 19:53:43 +0100 Subject: [PATCH] Add coverage annotations --- tests/MageTest/Console/ColorsTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/MageTest/Console/ColorsTest.php b/tests/MageTest/Console/ColorsTest.php index 51cc5bc..2aaf262 100644 --- a/tests/MageTest/Console/ColorsTest.php +++ b/tests/MageTest/Console/ColorsTest.php @@ -7,11 +7,13 @@ use PHPUnit_Framework_TestCase; /** * @group Mage_Console_Colors + * @coversDefaultClass Mage\Console\Colors */ class ColorsTest extends PHPUnit_Framework_TestCase { /** * @group 159 + * @covers ::color */ public function testColor() { @@ -32,6 +34,7 @@ class ColorsTest extends PHPUnit_Framework_TestCase /** * @group 159 + * @covers ::color */ public function testColorNoColor() { @@ -52,6 +55,7 @@ class ColorsTest extends PHPUnit_Framework_TestCase /** * @group 159 + * @covers ::color */ public function testColorUnknownColorName() {