summaryrefslogtreecommitdiff
path: root/tests/simple_unit/I18N/CultureInfoTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/simple_unit/I18N/CultureInfoTest.php')
-rw-r--r--tests/simple_unit/I18N/CultureInfoTest.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/simple_unit/I18N/CultureInfoTest.php b/tests/simple_unit/I18N/CultureInfoTest.php
deleted file mode 100644
index 7df7deeb..00000000
--- a/tests/simple_unit/I18N/CultureInfoTest.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-Prado::using('System.I18N.core.*');
-class CultureInfoTest extends UnitTestCase
-{
- function test_missing_english_names_returns_culture_code()
- {
- $culture = new CultureInfo('iw');
- $this->assertEqual($culture->getEnglishName(), 'iw');
- }
-}
-
-?> \ No newline at end of file