示例#1
0
 public function testAutoNewLine()
 {
     $label = new Label();
     $this->assertNull($label->getAutoNewLine());
     $this->assertSame($label, $label->setAutoNewLine(true));
     $this->assertTrue($label->getAutoNewLine());
 }