[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
1 changed files with 2 additions and 3 deletions

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
* @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)