[VarDumper] Deprecate VarDumperTestCase in favor of the trait

This commit is contained in:
Nicolas Grekas 2015-11-02 16:23:18 +01:00
parent 64917c726d
commit 31e51ba75c

View File

@ -16,6 +16,8 @@ use Symfony\Component\VarDumper\Dumper\CliDumper;
/** /**
* @author Nicolas Grekas <p@tchwork.com> * @author Nicolas Grekas <p@tchwork.com>
*
* @deprecated since version 2.8, to be removed in 3.0. Use the VarDumperTestTrait instead.
*/ */
abstract class VarDumperTestCase extends \PHPUnit_Framework_TestCase abstract class VarDumperTestCase extends \PHPUnit_Framework_TestCase
{ {