| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | public function testResourceShow() |
||
| 23 | { |
||
| 24 | $client = $this->getClientWithMockedGet('resources-show.json'); |
||
| 25 | |||
| 26 | $client = new LocalizeClient($this->getConfig(), $client); |
||
| 27 | $entry = $client->showResource('http://nodes-cdn-development.imgix.net/nstack/data/localize-publishes/publish-16-h4j9oHHi_IRrFIjA0B0.json'); |
||
| 28 | |||
| 29 | $this->assertTrue(is_array($entry)); |
||
| 30 | } |
||
| 32 |