Test Setup Failed
Push — master ( f7d5f4...1c10a6 )
by
unknown
11:44 queued 07:40
created
src/Oro/Bundle/ApiBundle/Tests/Functional/RestJsonApi/DocumentationTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@
 block discarded – undo
268 268
     {
269 269
         return $this->filterDocs(
270 270
             $this->getExtractor()->all(self::VIEW),
271
-            function (Route $route) use ($entityType, $action) {
271
+            function(Route $route) use ($entityType, $action) {
272 272
                 return
273 273
                     $route->getDefault('entity') === $entityType
274 274
                     && $route->getDefault('_action') === $action;
Please login to merge, or discard this patch.
Oro/Component/MessageQueue/Tests/Unit/Job/RootJobStatusCalculatorTest.php 1 patch
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
         $statusCalculatorResolver
33 33
             ->method('getCalculatorForRootJob')
34 34
             ->willReturnCallback(
35
-                function (Job $rootJob) use ($statusCalculator) {
35
+                function(Job $rootJob) use ($statusCalculator) {
36 36
                     $statusCalculator->init($rootJob);
37 37
                     return $statusCalculator;
38 38
                 }
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
 
86 86
         $this->jobStorage->expects(self::once())
87 87
             ->method('saveJob')
88
-            ->willReturnCallback(function (Job $job, $callback) {
88
+            ->willReturnCallback(function(Job $job, $callback) {
89 89
                 $callback($job);
90 90
             });
91 91
 
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
 
112 112
         $this->jobStorage->expects(self::once())
113 113
             ->method('saveJob')
114
-            ->willReturnCallback(function (Job $job, $callback) {
114
+            ->willReturnCallback(function(Job $job, $callback) {
115 115
                 $callback($job);
116 116
             });
117 117
 
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
 
136 136
         $this->jobStorage->expects(self::once())
137 137
             ->method('saveJob')
138
-            ->willReturnCallback(function (Job $job, $callback) {
138
+            ->willReturnCallback(function(Job $job, $callback) {
139 139
                 $callback($job);
140 140
             });
141 141
 
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
 
158 158
         $this->jobStorage->expects(self::once())
159 159
             ->method('saveJob')
160
-            ->willReturnCallback(function (Job $job, $callback) {
160
+            ->willReturnCallback(function(Job $job, $callback) {
161 161
                 $callback($job);
162 162
             });
163 163
 
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
 
184 184
         $this->jobStorage->expects(self::once())
185 185
             ->method('saveJob')
186
-            ->willReturnCallback(function (Job $job, $callback) {
186
+            ->willReturnCallback(function(Job $job, $callback) {
187 187
                 $callback($job);
188 188
             });
189 189
 
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
 
213 213
         $this->jobStorage->expects(self::once())
214 214
             ->method('saveJob')
215
-            ->willReturnCallback(function (Job $job, $callback) {
215
+            ->willReturnCallback(function(Job $job, $callback) {
216 216
                 $callback($job);
217 217
             });
218 218
 
@@ -241,7 +241,7 @@  discard block
 block discarded – undo
241 241
 
242 242
         $this->jobStorage->expects(self::once())
243 243
             ->method('saveJob')
244
-            ->willReturnCallback(function (Job $job, $callback) {
244
+            ->willReturnCallback(function(Job $job, $callback) {
245 245
                 $callback($job);
246 246
             });
247 247
 
@@ -270,7 +270,7 @@  discard block
 block discarded – undo
270 270
 
271 271
         $this->jobStorage->expects(self::once())
272 272
             ->method('saveJob')
273
-            ->willReturnCallback(function (Job $job, $callback) {
273
+            ->willReturnCallback(function(Job $job, $callback) {
274 274
                 $callback($job);
275 275
             });
276 276
 
@@ -299,7 +299,7 @@  discard block
 block discarded – undo
299 299
 
300 300
         $this->jobStorage->expects(self::once())
301 301
             ->method('saveJob')
302
-            ->willReturnCallback(function (Job $job, $callback) {
302
+            ->willReturnCallback(function(Job $job, $callback) {
303 303
                 $callback($job);
304 304
             });
305 305
 
@@ -328,7 +328,7 @@  discard block
 block discarded – undo
328 328
 
329 329
         $this->jobStorage->expects(self::once())
330 330
             ->method('saveJob')
331
-            ->willReturnCallback(function (Job $job, $callback) {
331
+            ->willReturnCallback(function(Job $job, $callback) {
332 332
                 $callback($job);
333 333
             });
334 334
 
@@ -357,7 +357,7 @@  discard block
 block discarded – undo
357 357
 
358 358
         $this->jobStorage->expects(self::once())
359 359
             ->method('saveJob')
360
-            ->willReturnCallback(function (Job $job, $callback) {
360
+            ->willReturnCallback(function(Job $job, $callback) {
361 361
                 $callback($job);
362 362
             });
363 363
 
@@ -397,7 +397,7 @@  discard block
 block discarded – undo
397 397
 
398 398
         $this->jobStorage->expects(self::once())
399 399
             ->method('saveJob')
400
-            ->willReturnCallback(function (Job $job, $callback) {
400
+            ->willReturnCallback(function(Job $job, $callback) {
401 401
                 $callback($job);
402 402
             });
403 403
 
@@ -421,7 +421,7 @@  discard block
 block discarded – undo
421 421
 
422 422
         $this->jobStorage->expects(self::once())
423 423
             ->method('saveJob')
424
-            ->willReturnCallback(function (Job $job, $callback) {
424
+            ->willReturnCallback(function(Job $job, $callback) {
425 425
                 $callback($job);
426 426
             });
427 427
 
Please login to merge, or discard this patch.
src/Oro/Component/MessageQueue/Job/RootJobStatusCalculator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
 
48 48
         $rootStopped = false;
49 49
         $statusAndProgressCalculator = $this->statusCalculatorResolver->getCalculatorForRootJob($rootJob);
50
-        $this->jobStorage->saveJob($rootJob, function (Job $rootJob) use (
50
+        $this->jobStorage->saveJob($rootJob, function(Job $rootJob) use (
51 51
             &$rootStopped,
52 52
             $calculateProgress,
53 53
             $statusAndProgressCalculator
Please login to merge, or discard this patch.
Oro/Bundle/SearchBundle/Tests/Unit/Transformer/MessageTransformerTest.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -74,8 +74,8 @@  discard block
 block discarded – undo
74 74
 
75 75
         $this->assertEquals(
76 76
             [
77
-                ['class' => 'stdClass1','entityIds' => [48 => 48]],
78
-                ['class' => 'stdClass2','entityIds' => [54 => 54]],
77
+                ['class' => 'stdClass1', 'entityIds' => [48 => 48]],
78
+                ['class' => 'stdClass2', 'entityIds' => [54 => 54]],
79 79
             ],
80 80
             $this->transformer->transform($entities)
81 81
         );
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
 
93 93
         $this->doctrineHelper->expects($this->exactly($entitiesCount))
94 94
             ->method('getSingleEntityIdentifier')
95
-            ->will($this->returnCallback(function () {
95
+            ->will($this->returnCallback(function() {
96 96
                 static $id = 0;
97 97
                 return $id++;
98 98
             }));
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
 
119 119
         $this->doctrineHelper->expects($this->exactly($entitiesCount))
120 120
             ->method('getSingleEntityIdentifier')
121
-            ->will($this->returnCallback(function () {
121
+            ->will($this->returnCallback(function() {
122 122
                 static $id = 0;
123 123
                 return $id++;
124 124
             }));
Please login to merge, or discard this patch.
src/Oro/Bundle/ImportExportBundle/File/BatchFileManager.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
      */
77 77
     public function splitFile($pathFile)
78 78
     {
79
-        if (! ($this->writer && $this->reader)) {
79
+        if (!($this->writer && $this->reader)) {
80 80
             throw new InvalidConfigurationException('Reader and Writer must be configured.');
81 81
         }
82 82
 
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
      */
145 145
     public function mergeFiles(array $files, $summaryFile)
146 146
     {
147
-        if (! ($this->writer && $this->reader)) {
147
+        if (!($this->writer && $this->reader)) {
148 148
             throw new InvalidConfigurationException('Reader and Writer must be configured.');
149 149
         }
150 150
         $contextWriter = null;
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
             $items = [];
156 156
             $i = 0;
157 157
             while ($item = $this->reader->read($contextReader)) {
158
-                if (! $contextWriter) {
158
+                if (!$contextWriter) {
159 159
                     $contextWriter = new Context(
160 160
                         [
161 161
                             'filePath' => $summaryFile,
Please login to merge, or discard this patch.
Oro/Bundle/ApiBundle/Tests/Unit/ApiDoc/Parser/MarkdownApiDocParserTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
         $fileLocator = $this->createMock(FileLocator::class);
20 20
         $fileLocator->expects(self::any())
21 21
             ->method('locate')
22
-            ->willReturnCallback(function ($resource) use ($fixturesDir) {
22
+            ->willReturnCallback(function($resource) use ($fixturesDir) {
23 23
                 return str_replace(
24 24
                     '@OroApiBundle/Tests/Unit/ApiDoc/Parser/Fixtures',
25 25
                     $fixturesDir,
Please login to merge, or discard this patch.
MessageQueueBundle/Consumption/Extension/ConsumerHeartbeatExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
         $currentTime = new \DateTime('now', new \DateTimeZone('UTC'));
46 46
         if (!$this->lastUpdatedTime
47 47
             || (
48
-                ($currentTime->getTimestamp() - $this->lastUpdatedTime->getTimestamp())/60
48
+                ($currentTime->getTimestamp() - $this->lastUpdatedTime->getTimestamp()) / 60
49 49
                 >= $this->updateHeartbeatPeriod
50 50
             )
51 51
         ) {
Please login to merge, or discard this patch.
Oro/Bundle/ImportExportBundle/Tests/Behat/Context/ImportExportContext.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
             ]
176 176
         ));
177 177
         $this->template = tempnam(
178
-            $this->getKernel()->getRootDir().DIRECTORY_SEPARATOR.'import_export',
178
+            $this->getKernel()->getRootDir() . DIRECTORY_SEPARATOR . 'import_export',
179 179
             'import_template_'
180 180
         );
181 181
 
@@ -369,7 +369,7 @@  discard block
 block discarded – undo
369 369
     public function iFillTemplateWithData(TableNode $table)
370 370
     {
371 371
         $this->importFile = tempnam(
372
-            $this->getKernel()->getRootDir().DIRECTORY_SEPARATOR.'import_export',
372
+            $this->getKernel()->getRootDir() . DIRECTORY_SEPARATOR . 'import_export',
373 373
             'import_data_'
374 374
         );
375 375
         $fp = fopen($this->importFile, 'w');
@@ -434,12 +434,12 @@  discard block
 block discarded – undo
434 434
         $fileManager = $this->getContainer()->get('oro_importexport.file.file_manager');
435 435
         $files = $fileManager->getFilesByPeriod();
436 436
 
437
-        $exportFiles = array_filter($files, function (File $file) {
437
+        $exportFiles = array_filter($files, function(File $file) {
438 438
             return preg_match('/export_\d{4}.*.csv/', $file->getName());
439 439
         });
440 440
 
441 441
         // sort by modification date
442
-        usort($exportFiles, function (File $a, File $b) {
442
+        usort($exportFiles, function(File $a, File $b) {
443 443
             return $b->getMtime() > $a->getMtime();
444 444
         });
445 445
 
@@ -489,7 +489,7 @@  discard block
 block discarded – undo
489 489
         $importSubmitButton = $this->createElement('ImportModalImportFileButton');
490 490
 
491 491
         if (false === $importSubmitButton->isIsset()) {
492
-            $mainImportButton =$this->createElement('MainImportFileButton');
492
+            $mainImportButton = $this->createElement('MainImportFileButton');
493 493
             self::assertNotNull($mainImportButton, 'Main import button was not found');
494 494
             $mainImportButton->click();
495 495
             $this->waitForAjax();
Please login to merge, or discard this patch.
Tests/Unit/Form/Type/Stub/LocalizedFallbackValueCollectionTypeStub.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,11 +29,11 @@
 block discarded – undo
29 29
             'allow_delete' => true,
30 30
         ]);
31 31
 
32
-        $resolver->setNormalizer('entry_type', function () {
32
+        $resolver->setNormalizer('entry_type', function() {
33 33
             return new LocalizedFallbackValueTypeStub();
34 34
         });
35 35
 
36
-        $resolver->setNormalizer('entry_options', function () {
36
+        $resolver->setNormalizer('entry_options', function() {
37 37
             return [];
38 38
         });
39 39
     }
Please login to merge, or discard this patch.