[#183] Change test's description property visibility to private

1.0
Kuba Turek 10 years ago
parent 9d9e5e2bea
commit 327625bad7
  1. 2
      tests/MageTest/Console/ColorsTest.php

@ -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…
Cancel
Save