diff --git a/src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php b/src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php index cc3e503ef6b8..e04805d43641 100644 --- a/src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php +++ b/src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php @@ -16,6 +16,8 @@ /** * @author Nicolas Grekas + * + * @deprecated since version 2.8, to be removed in 3.0. Use the VarDumperTestTrait instead. */ abstract class VarDumperTestCase extends \PHPUnit_Framework_TestCase {