Completed
Push — master ( 82208b...bb67d0 )
by George
04:43
created
Tests/ClientTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@
 block discarded – undo
185 185
 			TestHelper::setValue($input, 'data', $data);
186 186
 
187 187
 			// Get mock session
188
-			$mockSession = $this->getMock('Joomla\\Session\\Session', array( '_start', 'get'));
188
+			$mockSession = $this->getMock('Joomla\\Session\\Session', array('_start', 'get'));
189 189
 
190 190
 			if ($fail)
191 191
 			{
Please login to merge, or discard this patch.