Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / tests / Drupal / Tests / Core / Listeners / DrupalStandardsListenerDeprecationTest.php
index 61b62118af1467755ac11ba4d18d9104386a02de..d323a2b433b506c1711b7b9bc3dcc13c976c0b82 100644 (file)
@@ -10,7 +10,7 @@ use Drupal\Tests\UnitTestCase;
  * DrupalStandardsListener has a dependency on composer/composer, so we can't
  * test it directly. However, we can create a test which is annotated as
  * covering a deprecated class. This way we can know whether the standards
- * listener process handles deprecation errors properly.
+ * listener process ignores deprecation errors.
  *
  * Note that this test is annotated as covering
  * \Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass::testFunction(),
@@ -22,7 +22,7 @@ use Drupal\Tests\UnitTestCase;
  *
  * @group Listeners
  *
- * @coversDefaultClass \Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass
+ * @coversDefaultClass \Drupal\deprecation_test\Deprecation\DrupalStandardsListenerDeprecatedClass
  */
 class DrupalStandardsListenerDeprecationTest extends UnitTestCase {