From 4b1e7ce5b0870ed6f1a6db3d5fc6b2fce5b17d4b Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 26 Jul 2013 11:37:39 +0200 Subject: [PATCH] change visibility for property in cart test --- core/lib/Thelia/Tests/Action/CartTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;