diff --git a/src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php b/src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php index cc3e503ef6..e04805d436 100644 --- a/src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php +++ b/src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php @@ -16,6 +16,8 @@ use Symfony\Component\VarDumper\Dumper\CliDumper; /** * @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 {