示例#1
0
文件: TestCommon.php 项目: stunti/zf2
 public function testSetFontAsString()
 {
     $this->_object->setFont('my_font.ttf');
     $this->assertSame('my_font.ttf', $this->_object->getFont());
 }