Completed
Push — master ( f6d03b...48f404 )
by Tim
03:23 queued 01:44
created
tests/Subjects/EeBunchSubjectTest.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -53,18 +53,18 @@
 block discarded – undo
53 53
 
54 54
         // create a mock registry processor
55 55
         $mockRegistryProcessor = $this->getMockBuilder('TechDivision\Import\Services\RegistryProcessorInterface')
56
-                                      ->setMethods(get_class_methods('TechDivision\Import\Services\RegistryProcessorInterface'))
57
-                                      ->getMock();
56
+                                        ->setMethods(get_class_methods('TechDivision\Import\Services\RegistryProcessorInterface'))
57
+                                        ->getMock();
58 58
 
59 59
         // create a generator
60 60
         $mockGenerator = $this->getMockBuilder('TechDivision\Import\Utils\Generators\GeneratorInterface')
61
-                              ->setMethods(get_class_methods('TechDivision\Import\Utils\Generators\GeneratorInterface'))
62
-                              ->getMock();
61
+                                ->setMethods(get_class_methods('TechDivision\Import\Utils\Generators\GeneratorInterface'))
62
+                                ->getMock();
63 63
 
64 64
         // create a mock category processor
65 65
         $mockCategoryProcessor = $this->getMockBuilder('TechDivision\Import\Category\Ee\Services\EeCategoryBunchProcessorInterface')
66
-                                      ->setMethods(get_class_methods('TechDivision\Import\Category\Ee\Services\EeCategoryBunchProcessorInterface'))
67
-                                      ->getMock();
66
+                                        ->setMethods(get_class_methods('TechDivision\Import\Category\Ee\Services\EeCategoryBunchProcessorInterface'))
67
+                                        ->getMock();
68 68
 
69 69
         // mock the event emitter
70 70
         $mockEmitter = $this->getMockBuilder('League\Event\EmitterInterface')
Please login to merge, or discard this patch.