diff options
Diffstat (limited to 'tests/unit/I18N/core/DateTimeFormatInfoTest.php')
-rw-r--r-- | tests/unit/I18N/core/DateTimeFormatInfoTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/I18N/core/DateTimeFormatInfoTest.php b/tests/unit/I18N/core/DateTimeFormatInfoTest.php index dcef6ba1..789329ce 100644 --- a/tests/unit/I18N/core/DateTimeFormatInfoTest.php +++ b/tests/unit/I18N/core/DateTimeFormatInfoTest.php @@ -1,12 +1,12 @@ <?php -require_once dirname(__FILE__).'/../../phpunit2.php'; +require_once dirname(__FILE__).'/../../phpunit.php'; Prado::using('System.I18N.core.DateTimeFormatInfo'); /** * @package System.I18N.core */ -class DateTimeFormatInfoTest extends PHPUnit2_Framework_TestCase { +class DateTimeFormatInfoTest extends PHPUnit_Framework_TestCase { protected $format; |