Example #1
0
 public function testGetShaInCode()
 {
     $this->_scopeConfig->expects($this->any())->method('getValue')->with('payment/ogone/secret_key_in')->will($this->returnValue(self::EXPECTED_VALUE));
     $this->assertEquals(self::EXPECTED_VALUE, $this->_model->getShaInCode());
 }