Completed
Push — EZP-30548-Romanian_special_cha... ( 0c1631...56a243 )
by
unknown
19:32
created
eZ/Publish/Core/REST/Server/Tests/Input/Parser/PolicyUpdateTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
247 247
     /**
248 248
      * Get the role service mock object.
249 249
      *
250
-     * @return \eZ\Publish\API\Repository\RoleService
250
+     * @return \PHPUnit\Framework\MockObject\MockObject
251 251
      */
252 252
     protected function getRoleServiceMock()
253 253
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/RoleInputTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
247 247
     /**
248 248
      * Get the role service mock object.
249 249
      *
250
-     * @return \eZ\Publish\API\Repository\RoleService
250
+     * @return \PHPUnit\Framework\MockObject\MockObject
251 251
      */
252 252
     protected function getRoleServiceMock()
253 253
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Server/Tests/Input/Parser/UserGroupCreateTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -477,7 +477,7 @@  discard block
 block discarded – undo
477 477
     /**
478 478
      * Get the user service mock object.
479 479
      *
480
-     * @return \eZ\Publish\API\Repository\UserService
480
+     * @return \PHPUnit\Framework\MockObject\MockObject
481 481
      */
482 482
     protected function getUserServiceMock()
483 483
     {
@@ -510,7 +510,7 @@  discard block
 block discarded – undo
510 510
     /**
511 511
      * Get the content type service mock object.
512 512
      *
513
-     * @return \eZ\Publish\API\Repository\ContentTypeService
513
+     * @return \PHPUnit\Framework\MockObject\MockObject
514 514
      */
515 515
     protected function getContentTypeServiceMock()
516 516
     {
Please login to merge, or discard this patch.
REST/Server/Tests/Output/ValueObjectVisitor/UnauthorizedExceptionTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     /**
37 37
      * Gets the exception.
38 38
      *
39
-     * @return \Exception
39
+     * @return \PHPUnit\Framework\MockObject\MockObject
40 40
      */
41 41
     protected function getException()
42 42
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/ImageIntegrationTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -100,6 +100,9 @@
 block discarded – undo
100 100
         );
101 101
     }
102 102
 
103
+    /**
104
+     * @return DeprecationWarnerInterface
105
+     */
103 106
     public function getDeprecationWarnerMock()
104 107
     {
105 108
         if (!isset($this->deprecationWarnerMock)) {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Tests/EventListener/EventListenerTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,6 @@
 block discarded – undo
132 132
     }
133 133
 
134 134
     /**
135
-     * @param bool $csrfEnabled
136 135
      *
137 136
      * @return CsrfListener
138 137
      */
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/EventListener/ConfigScopeListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     /**
67 67
      * Sets the complete list of view providers.
68 68
      *
69
-     * @param array $viewProviders
69
+     * @param \PHPUnit\Framework\MockObject\MockObject $viewProviders
70 70
      */
71 71
     public function setViewProviders(array $viewProviders)
72 72
     {
Please login to merge, or discard this patch.
Tests/EventListener/BackgroundIndexingTerminateListenerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     /**
87 87
      * @dataProvider indexingProvider
88 88
      *
89
-     * @param array|null $value
89
+     * @param array|null $values
90 90
      * @param \Psr\Log\LoggerInterface|\PHPUnit\Framework\MockObject\MockObject|null $logger
91 91
      */
92 92
     public function testIndexing(array $values = null, $logger = null)
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Tests/CorsOptions/RestProviderTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
-     * @return MockObject|RequestMatcherInterface
114
+     * @return RequestMatcherInterface
115 115
      */
116 116
     protected function getRequestMatcherMock()
117 117
     {
Please login to merge, or discard this patch.