Beispiel #1
0
 public function testToOptionArrayNotEmptyAllowed()
 {
     $this->_preparePaymentConfig();
     $this->_model->setAllowedTypes($this->_allowedTypes);
     $this->assertEquals($this->_expectedToOptionsArray, $this->_model->toOptionArray());
 }