Ejemplo n.º 1
0
 public function testGetData()
 {
     $expectedData = (include dirname(__FILE__) . '/Translate/_files/_translation_data.php');
     $this->assertEquals($expectedData, $this->_model->getData());
 }
Ejemplo n.º 2
0
 public function testGetData()
 {
     $this->markTestIncomplete('Bug MAGETWO-6986');
     $expectedData = (include dirname(__FILE__) . '/Translate/_files/_translation_data.php');
     $this->assertEquals($expectedData, $this->_model->getData());
 }
Ejemplo n.º 3
0
 public function getData()
 {
     if ($this->_data instanceof SSE_TranslationHints_Model_Data) {
         return $this->_data->getData();
     }
     return parent::getData();
 }