Ejemplo n.º 1
0
 public function testTextEmboss()
 {
     $label = new Label();
     $this->assertNull($label->getTextEmboss());
     $this->assertSame($label, $label->setTextEmboss(true));
     $this->assertTrue($label->getTextEmboss());
 }