[REF] Deprecate passing a blank currecny to CRM_Utils_Money::format and also update...
[civicrm-core.git] / tests / phpunit / CRM / Utils / MoneyTest.php
index 82cca12ca82167dd73486d42b5b4e490092ed30e..8deb5818c3fe9afaa2134ed5cdefa4e1ac59f1e2 100644 (file)
@@ -104,13 +104,6 @@ class CRM_Utils_MoneyTest extends CiviUnitTestCase {
     $this->assertEquals($result, $expected);
   }
 
-  /**
-   * Test that using the space character as a currency works
-   */
-  public function testSpaceCurrency() {
-    $this->assertEquals('  8,950.37', CRM_Utils_Money::format(8950.37, ' '));
-  }
-
   /**
    * Test that passing an invalid currency throws an error
    */