Completed
Push — master ( daff92...745832 )
by Tim
10s
created
tests/Subjects/EeBunchSubjectTest.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -51,18 +51,18 @@
 block discarded – undo
51 51
 
52 52
         // create a mock registry processor
53 53
         $mockRegistryProcessor = $this->getMockBuilder('TechDivision\Import\Services\RegistryProcessorInterface')
54
-                                      ->setMethods(get_class_methods('TechDivision\Import\Services\RegistryProcessorInterface'))
55
-                                      ->getMock();
54
+                                        ->setMethods(get_class_methods('TechDivision\Import\Services\RegistryProcessorInterface'))
55
+                                        ->getMock();
56 56
 
57 57
         // create a generator
58 58
         $mockGenerator = $this->getMockBuilder('TechDivision\Import\Utils\Generators\GeneratorInterface')
59
-                              ->setMethods(get_class_methods('TechDivision\Import\Utils\Generators\GeneratorInterface'))
60
-                              ->getMock();
59
+                                ->setMethods(get_class_methods('TechDivision\Import\Utils\Generators\GeneratorInterface'))
60
+                                ->getMock();
61 61
 
62 62
         // create a mock category processor
63 63
         $mockCategoryProcessor = $this->getMockBuilder('TechDivision\Import\Category\Ee\Services\EeCategoryBunchProcessorInterface')
64
-                                      ->setMethods(get_class_methods('TechDivision\Import\Category\Ee\Services\EeCategoryBunchProcessorInterface'))
65
-                                      ->getMock();
64
+                                        ->setMethods(get_class_methods('TechDivision\Import\Category\Ee\Services\EeCategoryBunchProcessorInterface'))
65
+                                        ->getMock();
66 66
 
67 67
 
68 68
         // create the subject to be tested
Please login to merge, or discard this patch.