diff --git a/core/tests/Drupal/Tests/Core/Datetime/DateTest.php b/core/tests/Drupal/Tests/Core/Datetime/DateTest.php index 5f2165c..12f5fea 100644 --- a/core/tests/Drupal/Tests/Core/Datetime/DateTest.php +++ b/core/tests/Drupal/Tests/Core/Datetime/DateTest.php @@ -64,7 +64,7 @@ protected function setUp() { * * @dataProvider providerTestFormatInterval * - * @covers \Drupal\Core\Datetime\DateFormatter::formatInterval() + * @covers \Drupal\Core\Datetime\DateFormatter::formatInterval */ public function testFormatInterval($interval, $granularity, $expected, $langcode = NULL) { // Mocks a simple formatPlural implementation. @@ -138,7 +138,7 @@ public function testFormatIntervalZeroSecond() { /** * Tests the getSampleDateFormats method. * - * @cover \Drupal\Core\Datetime\DateFormatter::getSampleDateFormats() + * @covers \Drupal\Core\Datetime\DateFormatter::getSampleDateFormats */ public function testGetSampleDateFormats() { include_once $this->root . '/core/includes/common.inc';