Skip to content

Commit

Permalink
feature #16423 [VarDumper] Deprecate VarDumperTestCase in favor of th…
Browse files Browse the repository at this point in the history
…e trait (nicolas-grekas)

This PR was merged into the 2.8 branch.

Discussion
----------

[VarDumper] Deprecate VarDumperTestCase in favor of the trait

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | yes
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Because people must upgrade to PHP 5.5 before upgrading to Sf 3.0, this can be done on the 2.8 branch.

Commits
-------

31e51ba [VarDumper] Deprecate VarDumperTestCase in favor of the trait
  • Loading branch information
fabpot committed Nov 4, 2015
2 parents a594b9f + 31e51ba commit ed4e3e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php
Expand Up @@ -16,6 +16,8 @@

/**
* @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
{
Expand Down

0 comments on commit ed4e3e8

Please sign in to comment.