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