@@ -53,18 +53,18 @@ |
||
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') |