Esempio n. 1
0
 public function testSetFontAsString()
 {
     $this->_object->setFont('my_font.ttf');
     $this->assertSame('my_font.ttf', $this->_object->getFont());
 }