예제 #1
0
파일: TestCommon.php 프로젝트: rexmac/zf2
 public function testSetFontAsString()
 {
     $this->_object->setFont('my_font.ttf');
     $this->assertSame('my_font.ttf', $this->_object->getFont());
 }