@@ -22,7 +22,7 @@ |
||
22 | 22 | |
23 | 23 | |
24 | 24 | /** |
25 | - * @return MockObject | Curl |
|
25 | + * @return Curl | Curl |
|
26 | 26 | */ |
27 | 27 | protected function buildCurlMock() |
28 | 28 | { |
@@ -15,7 +15,7 @@ |
||
15 | 15 | { |
16 | 16 | /** |
17 | 17 | * @param UserSessionInterface $userSession |
18 | - * @return MockObject | AuthenticationInterface |
|
18 | + * @return AuthenticationInterface | AuthenticationInterface |
|
19 | 19 | */ |
20 | 20 | protected function buildMock($userSession) |
21 | 21 | { |
@@ -12,7 +12,7 @@ |
||
12 | 12 | class ServiceContainerTest extends PHPUnitTestCase |
13 | 13 | { |
14 | 14 | /** |
15 | - * @return MockObject | ServiceContainer |
|
15 | + * @return ServiceContainer | ServiceContainer |
|
16 | 16 | */ |
17 | 17 | protected function buildMock() |
18 | 18 | { |
@@ -28,7 +28,7 @@ discard block |
||
28 | 28 | |
29 | 29 | |
30 | 30 | /** |
31 | - * @return MockObject|Adodb |
|
31 | + * @return Adodb |
|
32 | 32 | */ |
33 | 33 | protected function buildDbMock() |
34 | 34 | { |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | |
92 | 92 | |
93 | 93 | /** |
94 | - * @return MockObject|CodeDictionary |
|
94 | + * @return CodeDictionary |
|
95 | 95 | */ |
96 | 96 | protected function buildMock() |
97 | 97 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | { |
17 | 17 | /** |
18 | 18 | * @param string[] $methods |
19 | - * @param array $params |
|
19 | + * @param string[] $params |
|
20 | 20 | * @return MockObject|AbstractElement |
21 | 21 | */ |
22 | 22 | protected function buildMock(array $methods = [], array $params = []) |
@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | /** |
21 | 21 | * @param string[] $methods |
22 | - * @return MockObject|Form |
|
22 | + * @return \Fwlib\Html\Generator\ElementCollection |
|
23 | 23 | */ |
24 | 24 | protected function buildFormMock(array $methods = null) |
25 | 25 | { |
@@ -16,7 +16,7 @@ |
||
16 | 16 | { |
17 | 17 | /** |
18 | 18 | * @param string[] $methods |
19 | - * @return MockObject|Form |
|
19 | + * @return Form |
|
20 | 20 | */ |
21 | 21 | protected function buildFormMock(array $methods = null) |
22 | 22 | { |
@@ -17,7 +17,7 @@ |
||
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 | { |
@@ -14,7 +14,7 @@ |
||
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 | { |