コード例 #1
0
ファイル: TestCommon.php プロジェクト: rexmac/zf2
 public function testSetFontAsString()
 {
     $this->_object->setFont('my_font.ttf');
     $this->assertSame('my_font.ttf', $this->_object->getFont());
 }