Exemple #1
0
 /**
  * @covers \Magento\Captcha\Model\DefaultModel::getFont
  */
 public function testGetFont()
 {
     $this->assertEquals($this->_object->getFont(), $this->_fontPath['LinLibertine']['path']);
 }