change visibility for property in cart test
This commit is contained in:
@@ -31,13 +31,13 @@ use Thelia\Model\Customer;
|
|||||||
class CartTest extends \PHPUnit_Framework_TestCase
|
class CartTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
public $session;
|
protected $session;
|
||||||
|
|
||||||
public $request;
|
protected $request;
|
||||||
|
|
||||||
public $actionCart;
|
protected $actionCart;
|
||||||
|
|
||||||
public $uniqid;
|
protected $uniqid;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user