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

This commit is contained in:
Kuba Turek 2015-01-27 19:47:08 +01:00
parent 9d9e5e2bea
commit 327625bad7

View file

@ -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