mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 00:48:57 +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
|
class ColorsTest extends PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
protected $noColorParameter = "no-color";
|
private $noColorParameter = "no-color";
|
||||||
/**
|
/**
|
||||||
* @group 159
|
* @group 159
|
||||||
* @covers ::color
|
* @covers ::color
|
||||||
|
|||||||
Reference in New Issue
Block a user