예제 #1
0
파일: ApiTest.php 프로젝트: mollie/magento
 /**
  * Regression test: it was NOT allowed before. Now it is.
  */
 public function testCanUseForOtherCurrencyThanEUR()
 {
     $model = new Mollie_Mpm_Model_Api();
     $this->assertTrue($model->canUseForCurrency("EUR"));
     $this->assertTrue($model->canUseForCurrency("USD"));
 }