| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 7 | public function setUp() |
||
| 8 | { |
||
| 9 | $this->request = new Request(); |
||
| 10 | $this->request->setName("TestName"); |
||
| 11 | $this->request->setEmail("[email protected]"); |
||
| 12 | $this->request->setIp("1.2.3.4"); |
||
| 13 | } |
||
| 14 | |||
| 27 |