summaryrefslogtreecommitdiff
path: root/tests/UnitTests/framework/I18N/testMessageFormat.php
diff options
context:
space:
mode:
authorxue <>2006-07-07 14:54:15 +0000
committerxue <>2006-07-07 14:54:15 +0000
commit61bb16ee2e5f0a66234e1575242169a10fde47b5 (patch)
tree3ee24dcc36ceae2c213130df1ea3d5c9fc110a27 /tests/UnitTests/framework/I18N/testMessageFormat.php
parent7b84938b1b5964f2274d66e28ba17435924ffe35 (diff)
Merge from 3.0 branch till 1253.
Diffstat (limited to 'tests/UnitTests/framework/I18N/testMessageFormat.php')
-rw-r--r--tests/UnitTests/framework/I18N/testMessageFormat.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/UnitTests/framework/I18N/testMessageFormat.php b/tests/UnitTests/framework/I18N/testMessageFormat.php
deleted file mode 100644
index 74b6f23f..00000000
--- a/tests/UnitTests/framework/I18N/testMessageFormat.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-Prado::using('System.I18N.core.MessageFormat');
-
-class testMessageFormat extends UnitTestCase
-{
- function testMessageFormat()
- {
- $this->UnitTestCase();
- }
-}
-
-?> \ No newline at end of file