コード例 #1
0
ファイル: LabelTest.php プロジェクト: Asisyas/ExcelAnt
 public function testInstanciateWithType()
 {
     $label = new Label(Label::LEFT);
     $this->assertEquals(Label::LEFT, $label->getType());
 }