| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | function its_properties_can_be_read() |
||
| 25 | { |
||
| 26 | $this->beConstructedWith('http://tincanapi.com/conformancetest/verbid', array('en-US' => 'test')); |
||
| 27 | |||
| 28 | $this->getId()->shouldReturn('http://tincanapi.com/conformancetest/verbid'); |
||
| 29 | $this->getDisplay()->shouldReturn(array('en-US' => 'test')); |
||
| 30 | } |
||
| 31 | |||
| 48 |