diff options
Diffstat (limited to 'tests/unit/I18N/core/DateFormatTest.php')
-rw-r--r-- | tests/unit/I18N/core/DateFormatTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/I18N/core/DateFormatTest.php b/tests/unit/I18N/core/DateFormatTest.php index 3f5c9449..da7c6b73 100644 --- a/tests/unit/I18N/core/DateFormatTest.php +++ b/tests/unit/I18N/core/DateFormatTest.php @@ -1,12 +1,12 @@ <?php -require_once dirname(__FILE__).'/../../phpunit2.php'; +require_once dirname(__FILE__).'/../../phpunit.php'; Prado::using('System.I18N.core.DateFormat'); /** * @package System.I18N.core */ -class DateFormatTest extends PHPUnit2_Framework_TestCase { +class DateFormatTest extends PHPUnit_Framework_TestCase { public function testStandardPatterns() { $dateFormatter = new DateFormat(); |