By jonathan1055 on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.4.x
Introduced in version:
8.4.0
Issue links:
Description:
As part of the PHPUnit Initiative the tests in the Comment module have been converted to use PHPUnit.
\Drupal\comment\Tests\CommentTestBase has been deprecated. All test classes that extend this base class should be converted to use
\Drupal\Tests\comment\Functional\CommentTestBase instead.
\Drupal\comment\Tests\Views\CommentTestBase has been deprecated. All test classes that extend this base class should be converted to use
\Drupal\Tests\comment\Functional\Views\CommentTestBase instead.
Impacts:
Module developers