mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 20:17:17 +00:00
:octocat:
This commit is contained in:
@@ -115,6 +115,11 @@ abstract class QROutputTestAbstract extends TestCase{
|
||||
* @dataProvider types
|
||||
*/
|
||||
public function testRenderImage(string $type):void{
|
||||
|
||||
if($type === QRCode::OUTPUT_IMAGE_JPG){
|
||||
$this::markAsRisky();
|
||||
}
|
||||
|
||||
$this->options->outputType = $type;
|
||||
|
||||
$this::assertSame(
|
||||
|
||||
Reference in New Issue
Block a user