Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | function it_can_recieve_imagemagic_object_on_construct() { |
||
1 ignored issue
–
show
|
|||
16 | $this->beConstructedWith(new \Imagick()); |
||
17 | $this->shouldHaveType('Stojg\Crop\CropEntropy'); |
||
18 | } |
||
19 | |||
25 |