mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-03 03:18:56 +02:00
[#183] Change test's description property visibility to private
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user