Conditions | 1 |
Paths | 1 |
Total Lines | 3 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
21 | function it_can_return_an_imagick_object() { |
||
1 ignored issue
–
show
|
|||
22 | $this->getImagick()->shouldHaveType('Imagick'); |
||
23 | } |
||
24 | } |
||
25 |