mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-28 11:07:25 +00:00
:octocat: inject QRDataModeInterface
This commit is contained in:
@@ -46,7 +46,9 @@ final class NumberTest extends DatainterfaceTestAbstract{
|
||||
$this->expectException(QRCodeDataException::class);
|
||||
$this->expectExceptionMessage('illegal char: "#" [35]');
|
||||
|
||||
$this->dataInterface->setData([[Number::class, '#']]);
|
||||
$this->testdata = [Number::class, '#'];
|
||||
|
||||
$this->setTestData();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user