Ejemplo n.º 1
0
 /**
  * @covers \Magento\Captcha\Model\DefaultModel::getBlockName
  */
 public function testGetBlockName()
 {
     $this->assertEquals($this->_object->getBlockName(), 'Magento\\Captcha\\Block\\Captcha\\DefaultCaptcha');
 }