Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 2.0.0.3
  8. * @ Author : DeZender
  9. * @ Release on : 06.05.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. error_reporting(32767);
  15. require_once "PHPUnit/Framework.php";
  16. require_once dirname(__FILE__) . "/../library/formatting.inc.php";
  17.  
  18.  
  19. class formattingtest {
  20.  
  21. public function testAmericanTwoDecimal($amount, $formatted) {
  22. $GLOBALS["currency_decimals"] = "2";
  23. ......................................................
  24. ................................
  25. .............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement