| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 36 | public function testRegister() |
||
| 37 | { |
||
| 38 | $this->changes = new Changes(); |
||
| 39 | $this->changes->enable(); |
||
| 40 | $this->object->setDataValue('skipUrlTest', 'true'); |
||
| 41 | $result = $this->object->register('http://lms.vyvojar.spoje.net/webhook.php'); |
||
| 42 | $this->assertEmpty($result); |
||
| 43 | $this->object->register('http://lms.vyvojar.spoje.net/webhook.php'); |
||
| 44 | } |
||
| 45 | |||
| 61 | } |