From: Alan Knowles Date: Wed, 3 Apr 2013 11:00:42 +0000 (+0800) Subject: Tests/I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=9530b443bf3458c43e12689a95f473a6afb86ea6 Tests/I18n.php --- 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