From 9530b443bf3458c43e12689a95f473a6afb86ea6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 3 Apr 2013 19:00:42 +0800 Subject: [PATCH] Tests/I18n.php --- Tests/I18n.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Tests/I18n.php b/Tests/I18n.php index e69de29b..ad2d6f9c 100644 --- a/Tests/I18n.php +++ b/Tests/I18n.php @@ -0,0 +1,23 @@ +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 -- 2.39.2