From 29191fb8aef499ce3dcb65d385d055279a71487e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 3 Apr 2013 19:08:09 +0800 Subject: [PATCH] Tests/I18n.php --- Tests/I18n.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/I18n.php b/Tests/I18n.php index e2365ad3..0a5413b4 100644 --- a/Tests/I18n.php +++ b/Tests/I18n.php @@ -19,7 +19,8 @@ class Pman_Core_Tests_I18n extends Pman $ret = $i->convertCurrency(100,"HKD","USD"); var_dump($ret); - + $ret = $i->convertCurrency(100,"INR","USD"); + var_dump($ret); } function output() { -- 2.39.2