Exemplo n.º 1
0
 /**
  * @covers Image\Draw\Qrcode::getLevel
  */
 public function testGetLevel()
 {
     $this->object->setLevel(10);
     $this->assertEquals(10, $this->object->getLevel());
 }