diff options
author | wei <> | 2006-01-06 05:32:33 +0000 |
---|---|---|
committer | wei <> | 2006-01-06 05:32:33 +0000 |
commit | 16660934cc48f357b1322bce7869158db2f7cb58 (patch) | |
tree | cd142f641e14c0338eb8847f00b572cb4f4603be /tests/UnitTests/framework/I18N/testMessageFormat.php | |
parent | ed3e43d30524a76969fb7d42cb5e613c2e1a1d9a (diff) |
Adding I18N unit test cases.
Diffstat (limited to 'tests/UnitTests/framework/I18N/testMessageFormat.php')
-rw-r--r-- | tests/UnitTests/framework/I18N/testMessageFormat.php | 13 |
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 |