diff --git a/core/lib/Thelia/Tests/Action/CartTest.php b/core/lib/Thelia/Tests/Action/CartTest.php index 3aba4762d..b3ff87f8e 100644 --- a/core/lib/Thelia/Tests/Action/CartTest.php +++ b/core/lib/Thelia/Tests/Action/CartTest.php @@ -31,13 +31,13 @@ use Thelia\Model\Customer; class CartTest extends \PHPUnit_Framework_TestCase { - public $session; + protected $session; - public $request; + protected $request; - public $actionCart; + protected $actionCart; - public $uniqid; + protected $uniqid;