| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | public function testVersionControlUpdate() |
||
| 18 | { |
||
| 19 | $client = $this->getClientWithMockedGet('notify-version-control-update.json'); |
||
| 20 | |||
| 21 | $client = new NotifyClient($this->getConfig(), $client); |
||
| 22 | $entry = $client->versionControlIndex("mobile"); |
||
| 23 | |||
| 24 | $this->assertInstanceOf(VersionControlUpdate::class, $entry); |
||
| 25 | } |
||
| 37 |