@@ -47,6 +47,9 @@ |
||
| 47 | 47 | return is_array($data) ? $response : $response[0]; |
| 48 | 48 | } |
| 49 | 49 | |
| 50 | + /** |
|
| 51 | + * @param Runner $runner |
|
| 52 | + */ |
|
| 50 | 53 | private function process($runner, $rpc) |
| 51 | 54 | { |
| 52 | 55 | if (!property_exists($rpc, 'job')) { |
@@ -11,6 +11,10 @@ |
||
| 11 | 11 | public function test() |
| 12 | 12 | { |
| 13 | 13 | $userTest = new class($this->app) extends Test { |
| 14 | + |
|
| 15 | + /** |
|
| 16 | + * @param TestingTest $frameworkTest |
|
| 17 | + */ |
|
| 14 | 18 | public function testMock($frameworkTest) |
| 15 | 19 | { |
| 16 | 20 | $config = [ |