Completed
Push — wip-platform ( 2d2054...36088f )
by
unknown
22:47
created
Tests/Unit/Generator/BlastGeneratorTest.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -61,11 +61,11 @@
 block discarded – undo
61 61
         $map = [
62 62
             ['Model', ['foo', 'bar', 'not_an_id']],
63 63
             ['Ledom', ['id', 'zoo', 'rab']],
64
-         ];
64
+            ];
65 65
         $modelManagerMock
66
-             ->expects($this->any())
67
-             ->method('getExportFields')
68
-             ->will($this->returnValueMap($map));
66
+                ->expects($this->any())
67
+                ->method('getExportFields')
68
+                ->will($this->returnValueMap($map));
69 69
 
70 70
         $this->modelManager = $modelManagerMock;
71 71
         $this->object = new BlastGenerator(
Please login to merge, or discard this patch.