diff --git a/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php b/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php index 555b00a3ac..6dde36a704 100644 --- a/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php +++ b/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTest.php @@ -26,8 +26,7 @@ abstract class AbstractIntlDateFormatterTest extends \PHPUnit_Framework_TestCase { /** * When a time zone is not specified, it uses the system default however it returns null in the getter method - * @covers Symfony\Component\Intl\Stub\StubIntlDateFormatter::getTimeZoneId - * @covers Symfony\Component\Intl\Stub\StubIntlDateFormatter::setTimeZoneId + * @covers Symfony\Component\Intl\DateFormatter\IntlDateFormatter::getTimeZoneId * @see StubIntlDateFormatterTest::testDefaultTimeZoneIntl() */ public function testConstructorDefaultTimeZone() @@ -833,7 +832,7 @@ abstract class AbstractIntlDateFormatterTest extends \PHPUnit_Framework_TestCase } /** - * @covers Symfony\Component\Intl\Stub\StubIntlDateFormatter::getTimeZoneId + * @covers Symfony\Component\Intl\DateFormatter\IntlDateFormatter::getTimeZoneId * @dataProvider setTimeZoneIdProvider */ public function testSetTimeZoneId($timeZoneId, $expectedTimeZoneId)