Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | function its_properties_can_be_read() |
||
16 | { |
||
17 | $this->beConstructedWith('http://tincanapi.com/conformancetest/verbid', array('en-US' => 'test')); |
||
18 | |||
19 | $this->getId()->shouldReturn('http://tincanapi.com/conformancetest/verbid'); |
||
20 | $this->getDisplay()->shouldReturn(array('en-US' => 'test')); |
||
21 | } |
||
22 | |||
31 |