diff options
Diffstat (limited to 'tests/UnitTests/framework/I18N/testMessageFormat.php')
-rw-r--r-- | tests/UnitTests/framework/I18N/testMessageFormat.php | 13 |
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 |