mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Add coverage annotations
This commit is contained in:
		
							parent
							
								
									86f25b2de6
								
							
						
					
					
						commit
						93249ce5e5
					
				@ -7,11 +7,13 @@ use PHPUnit_Framework_TestCase;
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * @group Mage_Console_Colors
 | 
					 * @group Mage_Console_Colors
 | 
				
			||||||
 | 
					 * @coversDefaultClass Mage\Console\Colors
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
class ColorsTest extends PHPUnit_Framework_TestCase
 | 
					class ColorsTest extends PHPUnit_Framework_TestCase
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * @group 159
 | 
					     * @group 159
 | 
				
			||||||
 | 
					     * @covers ::color
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public function testColor()
 | 
					    public function testColor()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
@ -32,6 +34,7 @@ class ColorsTest extends PHPUnit_Framework_TestCase
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * @group 159
 | 
					     * @group 159
 | 
				
			||||||
 | 
					     * @covers ::color
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public function testColorNoColor()
 | 
					    public function testColorNoColor()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
@ -52,6 +55,7 @@ class ColorsTest extends PHPUnit_Framework_TestCase
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * @group 159
 | 
					     * @group 159
 | 
				
			||||||
 | 
					     * @covers ::color
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public function testColorUnknownColorName()
 | 
					    public function testColorUnknownColorName()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user