Completed
Push — master ( 7b66d9...6fc25b )
by Fwolf
05:47
created
tests/FwlibTest/Html/Generator/ElementFactoryTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fwlib\Html\Generator\Element\Text;
5 5
 use Fwlib\Html\Generator\ElementFactory;
6
-use Fwolf\Wrapper\PHPUnit\PHPUnitTestCase;
7 6
 use PHPUnit_Framework_MockObject_MockObject as MockObject;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
tests/FwlibTest/Html/Generator/Helper/GetHiddenValueHtmlTraitTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     /**
19 19
      * @param   string[] $methods
20
-     * @return  MockObject|GetHiddenValueHtmlTrait
20
+     * @return  MockObject
21 21
      */
22 22
     protected function buildMock(array $methods = null)
23 23
     {
Please login to merge, or discard this patch.
tests/FwlibTest/Html/ListView/FitterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 class FitterTest extends PHPUnitTestCase
15 15
 {
16 16
     /**
17
-     * @return MockObject | Fitter
17
+     * @return Fitter | Fitter
18 18
      */
19 19
     protected function buildMock()
20 20
     {
Please login to merge, or discard this patch.
tests/FwlibTest/Html/ListView/RendererTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 {
19 19
     /**
20 20
      * @param   string[]    $methods
21
-     * @return  MockObject | Renderer
21
+     * @return  Renderer | Renderer
22 22
      */
23 23
     protected function buildMock(array $methods = null)
24 24
     {
Please login to merge, or discard this patch.
tests/FwlibTest/Web/ControllerTraitTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
 
29 29
 
30 30
     /**
31
-     * @return  MockObject|ControllerTrait
31
+     * @return  MockObject
32 32
      */
33 33
     protected function buildMock()
34 34
     {
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     /**
84 84
      * Build a mock, implements abstract method only
85 85
      *
86
-     * @return  MockObject|ControllerTrait
86
+     * @return  ControllerTrait
87 87
      */
88 88
     protected function buildMockBasis()
89 89
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
     /**
111 111
      * Build a mock, with getControllerClass() method
112 112
      *
113
-     * @return  MockObject|ControllerTrait
113
+     * @return  ControllerTrait
114 114
      */
115 115
     protected function buildMockWithGetControllerClass()
116 116
     {
Please login to merge, or discard this patch.
tests/FwlibTest/Web/Helper/HttpRequestWrapperTraitTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 
51 51
     /**
52 52
      * @param   string[] $methods
53
-     * @return  MockObject|HttpRequestWrapperTrait
53
+     * @return  MockObject
54 54
      */
55 55
     protected function buildMock(array $methods = null)
56 56
     {
Please login to merge, or discard this patch.
tests/FwlibTest/Workflow/AbstractManagerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Fwlib\Workflow\ModelInterface;
5 5
 use Fwolf\Wrapper\PHPUnit\PHPUnitTestCase;
6
-use Fwlib\Workflow\AbstractManager;
7 6
 
8 7
 /**
9 8
  * @copyright   Copyright 2014-2015 Fwolf
Please login to merge, or discard this patch.
tests/FwlibTest/Workflow/AbstractViewTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
 
18 18
     /**
19
-     * @return MockObject|AbstractView
19
+     * @return AbstractView
20 20
      */
21 21
     protected function buildMock()
22 22
     {
Please login to merge, or discard this patch.