Completed
Push — master ( dc704c...7795f0 )
by Albert
01:44
created
tests/TestCase.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -28,6 +28,9 @@
 block discarded – undo
28 28
         Mockery::close();
29 29
     }
30 30
 
31
+    /**
32
+     * @return AdapterInterface
33
+     */
31 34
     protected function getRequest()
32 35
     {
33 36
         return Mockery::mock(AdapterInterface::class)->shouldReceive('get')->andReturn($this->getResponse())->mock();
Please login to merge, or discard this patch.