Browse Source

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

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

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