summaryrefslogtreecommitdiff
path: root/tests/UnitTests/framework/I18N/testMessageFormat.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UnitTests/framework/I18N/testMessageFormat.php')
-rw-r--r--tests/UnitTests/framework/I18N/testMessageFormat.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/UnitTests/framework/I18N/testMessageFormat.php b/tests/UnitTests/framework/I18N/testMessageFormat.php
new file mode 100644
index 00000000..74b6f23f
--- /dev/null
+++ b/tests/UnitTests/framework/I18N/testMessageFormat.php
@@ -0,0 +1,13 @@
+<?php
+
+Prado::using('System.I18N.core.MessageFormat');
+
+class testMessageFormat extends UnitTestCase
+{
+ function testMessageFormat()
+ {
+ $this->UnitTestCase();
+ }
+}
+
+?> \ No newline at end of file