summaryrefslogtreecommitdiff
path: root/tests/unit/I18N/core/NumberFormatInfoTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/I18N/core/NumberFormatInfoTest.php')
-rw-r--r--tests/unit/I18N/core/NumberFormatInfoTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/I18N/core/NumberFormatInfoTest.php b/tests/unit/I18N/core/NumberFormatInfoTest.php
index a3b6d05a..e01ba43e 100644
--- a/tests/unit/I18N/core/NumberFormatInfoTest.php
+++ b/tests/unit/I18N/core/NumberFormatInfoTest.php
@@ -1,5 +1,5 @@
<?php
-require_once dirname(__FILE__).'/../../phpunit2.php';
+require_once dirname(__FILE__).'/../../phpunit.php';
//NOTE: This page require UTF-8 aware editors
Prado::using('System.I18N.core.NumberFormatInfo');
@@ -7,7 +7,7 @@ Prado::using('System.I18N.core.NumberFormatInfo');
/**
* @package System.I18N.core
*/
-class NumberFormatInfoTest extends PHPUnit2_Framework_TestCase {
+class NumberFormatInfoTest extends PHPUnit_Framework_TestCase {
function testCurrencyPatterns() {
$numberInfo = NumberFormatInfo::getCurrencyInstance();