| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class BrowserKitTestCase extends TestCase |
||
| 10 | { |
||
| 11 | public function createApplication() |
||
| 14 | } |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Set the Application. |
||
| 18 | * |
||
| 19 | * @var \Illuminate\Foundation\Application |
||
| 20 | */ |
||
| 21 | public function setApp(Application $app) |
||
| 22 | { |
||
| 23 | $this->app = $app; |
||
| 24 | |||
| 25 | return $this; |
||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Set the response returned by the request. |
||
| 30 | * |
||
| 31 | * @var \Illuminate\Http\Response |
||
| 32 | */ |
||
| 33 | public function setResponse(Response $response) |
||
| 38 | } |
||
| 39 | } |
||
| 40 |