From 31e51ba75c55f81c813efb66cf4c671a8c3efafd Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 2 Nov 2015 16:23:18 +0100 Subject: [PATCH] [VarDumper] Deprecate VarDumperTestCase in favor of the trait --- src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php | 2 ++ 1 file changed, 2 insertions(+) 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 {