mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	[#183] Change test's description property visibility to private
This commit is contained in:
		
							parent
							
								
									9d9e5e2bea
								
							
						
					
					
						commit
						327625bad7
					
				@ -11,7 +11,7 @@ use PHPUnit_Framework_TestCase;
 | 
				
			|||||||
 */
 | 
					 */
 | 
				
			||||||
class ColorsTest extends PHPUnit_Framework_TestCase
 | 
					class ColorsTest extends PHPUnit_Framework_TestCase
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    protected $noColorParameter = "no-color";
 | 
					    private $noColorParameter = "no-color";
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * @group 159
 | 
					     * @group 159
 | 
				
			||||||
     * @covers ::color
 | 
					     * @covers ::color
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user