Tests/I18n.php
[Pman.Core] / Tests / I18n.php
index e69de29..ad2d6f9 100644 (file)
@@ -0,0 +1,23 @@
+<?php
+
+class Pman_Core_Tests_I18n extends Pman
+{
+    function getAuth()
+    {
+        if (!$this->cli) {
+            die("not cli?");
+        }
+        
+    }
+    function get()
+    {
+        require_once 'Pman/Core/I18n.php';
+         $i = new Pman_Core_I18n();
+         $ret = $i->convertCurrency(100,"HKD","USD");
+        var_dump($ret); 
+        
+        
+    }
+    
+    
+}
\ No newline at end of file