Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - <?php
 - /**
 - *
 - * @ This file is created by deZender.Net
 - * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
 - *
 - * @ Version : 2.0.0.3
 - * @ Author : DeZender
 - * @ Release on : 06.05.2013
 - * @ Official site : http://DeZender.Net
 - *
 - */
 - error_reporting(32767);
 - require_once "PHPUnit/Framework.php";
 - require_once dirname(__FILE__) . "/../library/formatting.inc.php";
 - class formattingtest {
 - public function testAmericanTwoDecimal($amount, $formatted) {
 - $GLOBALS["currency_decimals"] = "2";
 - ......................................................
 - ................................
 - .............
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment