public function testTextEmboss() { $label = new Label(); $this->assertNull($label->getTextEmboss()); $this->assertSame($label, $label->setTextEmboss(true)); $this->assertTrue($label->getTextEmboss()); }