8000 [VarDumper] Deprecate VarDumperTestCase in favor of the trait by nicolas-grekas · Pull Request #16423 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[VarDumper] Deprecate VarDumperTestCase in favor of the trait #16423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 4, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[VarDumper] Deprecate VarDumperTestCase in favor of the trait
  • Loading branch information
nicolas-grekas committed Nov 2, 2015
commit 31e51ba75c55f81c813efb66cf4c671a8c3efafd
2 changes: 2 additions & 0 deletions src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php
Original file line number Diff line number Diff line change
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