mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-19 20:51:15 +00:00
🚿 :void
This commit is contained in:
@@ -36,7 +36,7 @@ class AlphaNumTest extends DatainterfaceTestAbstract{
|
||||
92, 112, 20, 198, 27
|
||||
];
|
||||
|
||||
public function testGetCharCodeException(){
|
||||
public function testGetCharCodeException():void{
|
||||
$this->expectException(QRCodeDataException::class);
|
||||
$this->expectExceptionMessage('illegal char: "#" [35]');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user