Completed
Push — master ( 81e087...6d49c7 )
by Russell
09:00 queued 03:18
created
tests/JSONTextQueryTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      */
40 40
     public function __construct()
41 41
     {
42
-        foreach($this->fixtures as $name => $path) {
42
+        foreach ($this->fixtures as $name => $path) {
43 43
             $this->fixtures[$name] = realpath(__DIR__) . '/' . $path;
44 44
         }
45 45
         
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
         $field->setReturnType('array');
245 245
         $field->setValue($this->getFixture('object'));
246 246
         $this->assertEquals(
247
-            [['Subaru' => 'Impreza'],['Kawasaki' => 'KR1S250']],
247
+            [['Subaru' => 'Impreza'], ['Kawasaki' => 'KR1S250']],
248 248
             $field->query('#>', '{"japanese":"fast"}')
249 249
         );
250 250
 
Please login to merge, or discard this patch.
tests/JSONTextSetValueTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      */
28 28
     public function __construct()
29 29
     {
30
-        foreach($this->fixtures as $name => $path) {
30
+        foreach ($this->fixtures as $name => $path) {
31 31
             $this->fixtures[$name] = realpath(__DIR__) . '/' . $path;
32 32
         }
33 33
         
Please login to merge, or discard this patch.
tests/JSONTextTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function __construct()
32 32
     {
33
-        foreach($this->fixtures as $name => $path) {
33
+        foreach ($this->fixtures as $name => $path) {
34 34
             $this->fixtures[$name] = realpath(__DIR__) . '/' . $path;
35 35
         }
36 36
         
Please login to merge, or discard this patch.
tests/JSONTextBasicTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
      */
34 34
     public function __construct()
35 35
     {
36
-        foreach($this->fixtures as $name => $path) {
36
+        foreach ($this->fixtures as $name => $path) {
37 37
             $this->fixtures[$name] = realpath(__DIR__) . '/' . $path;
38 38
         }
39 39
         
Please login to merge, or discard this patch.