Example #1
0
 /**
  * @covers Image\Draw\Qrcode::getBarcodeArray
  */
 public function testGetBarcodeArray()
 {
     $this->object->setText('test');
     $this->assertInternalType('array', $this->object->getBarcodeArray());
 }