Passed
Push — master ( ca3ab2...36dc87 )
by Aimeos
04:19 queued 56s
created
admin/jqadm/tests/Admin/JQAdm/Product/Media/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 		$file = $this->getMockBuilder( \Psr\Http\Message\UploadedFileInterface::class )->getMock();
106 106
 		$request = $this->getMockBuilder( \Psr\Http\Message\ServerRequestInterface::class )->getMock();
107 107
 		$request->expects( $this->any() )->method( 'getUploadedFiles' )
108
-			->will( $this->returnValue( ['media' => [0 => ['file' => $file] ] ] ) );
108
+			->will( $this->returnValue( ['media' => [0 => ['file' => $file]]] ) );
109 109
 
110 110
 		$helper = new \Aimeos\MW\View\Helper\Request\Standard( $this->view, $request, '127.0.0.1', 'test' );
111 111
 		$this->view ->addHelper( 'request', $helper );
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Supplier/Media/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 		$file = $this->getMockBuilder( \Psr\Http\Message\UploadedFileInterface::class )->getMock();
106 106
 		$request = $this->getMockBuilder( \Psr\Http\Message\ServerRequestInterface::class )->getMock();
107 107
 		$request->expects( $this->any() )->method( 'getUploadedFiles' )
108
-			->will( $this->returnValue( ['media' => [0 => ['file' => $file] ] ] ) );
108
+			->will( $this->returnValue( ['media' => [0 => ['file' => $file]]] ) );
109 109
 
110 110
 		$helper = new \Aimeos\MW\View\Helper\Request\Standard( $this->view, $request, '127.0.0.1', 'test' );
111 111
 		$this->view ->addHelper( 'request', $helper );
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Attribute/Media/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 		$file = $this->getMockBuilder( \Psr\Http\Message\UploadedFileInterface::class )->getMock();
106 106
 		$request = $this->getMockBuilder( \Psr\Http\Message\ServerRequestInterface::class )->getMock();
107 107
 		$request->expects( $this->any() )->method( 'getUploadedFiles' )
108
-			->will( $this->returnValue( ['media' => [0 => ['file' => $file] ] ] ) );
108
+			->will( $this->returnValue( ['media' => [0 => ['file' => $file]]] ) );
109 109
 
110 110
 		$helper = new \Aimeos\MW\View\Helper\Request\Standard( $this->view, $request, '127.0.0.1', 'test' );
111 111
 		$this->view ->addHelper( 'request', $helper );
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Service/Media/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 		$file = $this->getMockBuilder( \Psr\Http\Message\UploadedFileInterface::class )->getMock();
106 106
 		$request = $this->getMockBuilder( \Psr\Http\Message\ServerRequestInterface::class )->getMock();
107 107
 		$request->expects( $this->any() )->method( 'getUploadedFiles' )
108
-			->will( $this->returnValue( ['media' => [0 => ['file' => $file] ] ] ) );
108
+			->will( $this->returnValue( ['media' => [0 => ['file' => $file]]] ) );
109 109
 
110 110
 		$helper = new \Aimeos\MW\View\Helper\Request\Standard( $this->view, $request, '127.0.0.1', 'test' );
111 111
 		$this->view ->addHelper( 'request', $helper );
Please login to merge, or discard this patch.
admin/jqadm/tests/Admin/JQAdm/Catalog/Media/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 		$file = $this->getMockBuilder( \Psr\Http\Message\UploadedFileInterface::class )->getMock();
106 106
 		$request = $this->getMockBuilder( \Psr\Http\Message\ServerRequestInterface::class )->getMock();
107 107
 		$request->expects( $this->any() )->method( 'getUploadedFiles' )
108
-			->will( $this->returnValue( ['media' => [0 => ['file' => $file] ] ] ) );
108
+			->will( $this->returnValue( ['media' => [0 => ['file' => $file]]] ) );
109 109
 
110 110
 		$helper = new \Aimeos\MW\View\Helper\Request\Standard( $this->view, $request, '127.0.0.1', 'test' );
111 111
 		$this->view ->addHelper( 'request', $helper );
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Product/Media/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -416,7 +416,7 @@
 block discarded – undo
416 416
 
417 417
 			if( $file && $file->getError() !== UPLOAD_ERR_NO_FILE ) {
418 418
 				$refItem = $cntl->add( $refItem, $file );
419
-			} elseif ( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
419
+			} elseif( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
420 420
 				$refItem = $cntl->copy( $refItem );
421 421
 			}
422 422
 
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Catalog/Media/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -416,7 +416,7 @@
 block discarded – undo
416 416
 
417 417
 			if( $file && $file->getError() !== UPLOAD_ERR_NO_FILE ) {
418 418
 				$refItem = $cntl->add( $refItem, $file );
419
-			} elseif ( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
419
+			} elseif( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
420 420
 				$refItem = $cntl->copy( $refItem );
421 421
 			}
422 422
 
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Service/Media/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -416,7 +416,7 @@
 block discarded – undo
416 416
 
417 417
 			if( $file && $file->getError() !== UPLOAD_ERR_NO_FILE ) {
418 418
 				$refItem = $cntl->add( $refItem, $file );
419
-			} elseif ( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
419
+			} elseif( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
420 420
 				$refItem = $cntl->copy( $refItem );
421 421
 			}
422 422
 
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Supplier/Media/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -416,7 +416,7 @@
 block discarded – undo
416 416
 
417 417
 			if( $file && $file->getError() !== UPLOAD_ERR_NO_FILE ) {
418 418
 				$refItem = $cntl->add( $refItem, $file );
419
-			} elseif ( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
419
+			} elseif( $refItem->getId() === null && $refItem->getUrl() !== '' ) {
420 420
 				$refItem = $cntl->copy( $refItem );
421 421
 			}
422 422
 
Please login to merge, or discard this patch.