[Intl] Fixed the class namespaces in the @covers annotations.

This commit is contained in:
Jakub Zalas 2013-05-18 13:21:22 +02:00
parent c8b2e111d2
commit a39db7b9d2

View File

@ -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 * 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\DateFormatter\IntlDateFormatter::getTimeZoneId
* @covers Symfony\Component\Intl\Stub\StubIntlDateFormatter::setTimeZoneId
* @see StubIntlDateFormatterTest::testDefaultTimeZoneIntl() * @see StubIntlDateFormatterTest::testDefaultTimeZoneIntl()
*/ */
public function testConstructorDefaultTimeZone() 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 * @dataProvider setTimeZoneIdProvider
*/ */
public function testSetTimeZoneId($timeZoneId, $expectedTimeZoneId) public function testSetTimeZoneId($timeZoneId, $expectedTimeZoneId)