Update QrCodeTest.php

pull/875/head
Kei 1 year ago
parent b73b358b15
commit 2585ca53ac

@ -17,7 +17,6 @@ class QrCodeTest extends TestCase
$QrCode = (new QrCodeAction)->process('foo');
$this->assertInstanceOf(ResultInterface::class, $QrCode);
$this->assertIsString($QrCode->getDataUri());
}
/**

Loading…
Cancel
Save