| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | function it_cannot_recieve_non_imagemagic_on_construct() { |
||
|
1 ignored issue
–
show
|
|||
| 21 | $this->beConstructedWith("asdds"); |
||
| 22 | $this->shouldHaveType('Stojg\Crop\CropEntropy'); |
||
| 23 | } |
||
| 24 | } |
||
| 25 |