diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-19 22:16:07 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-19 22:16:07 +0200 |
commit | 00f34a0260927de7ab05ff7a777a3a9b7cc5004f (patch) | |
tree | a8c29e5204601e7de07ec773f2597dee23b58ecf /tests/simple_unit/I18N/CultureInfoTest.php | |
parent | d9fc469530dd70be8dfdf337a525437774629ede (diff) |
Ported old I18N tests from simpleunit to phpunit
Diffstat (limited to 'tests/simple_unit/I18N/CultureInfoTest.php')
-rw-r--r-- | tests/simple_unit/I18N/CultureInfoTest.php | 13 |
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 |