This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/VarDumper/Tests
Fabien Potencier 865f344143 feature #19714 [VarDumper] Handle "title" attribute on virtual properties (nicolas-grekas)
This PR was merged into the 3.2-dev branch.

Discussion
----------

[VarDumper] Handle "title" attribute on virtual properties

| Q             | A
| ------------- | ---
| Branch?       | master
| New feature?  | yes
| Tests pass?   | yes
| License       | MIT

As seen with @wouterj , it would be better to *not* display the stack level in front of each stack line.
This PR does just that, and moves the stack level to a title attribute in HtmlDumper.

![capture du 2016-08-23 14-09-43](https://cloud.githubusercontent.com/assets/243674/17891395/cc40b088-693b-11e6-8523-89ff51be929a.png)

Commits
-------

19bcf63 [VarDumper] Handle "title" attribute on virtual properties
2016-08-23 10:20:39 -07:00
..
Caster [VarDumper] Handle "title" attribute on virtual properties 2016-08-23 15:23:44 +02:00
Fixtures Merge branch '3.1' 2016-07-05 13:11:18 +02:00
Test fixed CS 2016-01-21 09:40:25 +01:00
CliDumperTest.php feature #19714 [VarDumper] Handle "title" attribute on virtual properties (nicolas-grekas) 2016-08-23 10:20:39 -07:00
HtmlDumperTest.php Merge branch '2.8' into 3.1 2016-08-16 07:58:24 -07:00
VarClonerTest.php [VarDumper] Allow dumping subparts of cloned Data structures 2016-08-19 15:47:08 +02:00