mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-08-26 05:10:17 +02: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
|
||||
{
|
||||
protected $noColorParameter = "no-color";
|
||||
private $noColorParameter = "no-color";
|
||||
/**
|
||||
* @group 159
|
||||
* @covers ::color
|
||||
|
Loading…
Reference in New Issue
Block a user