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/tests/Symfony/Tests/Component/Console
Fabien Potencier 15bede5a63 [Console] refactored style management
The current code was broken when a style was defined inline:

  <bg=black>Foo</bg=black>

When creatin a new style formatter, it's better to let the formatter
apply the style to the text.
2011-05-23 16:54:36 +02:00
..
Command [Console] changed returned value of CommandTester to the command exit code 2011-04-03 22:30:40 +02:00
Fixtures moved most protected to private in the Console component 2011-03-11 12:53:42 +01:00
Formatter [Console] refactored style management 2011-05-23 16:54:36 +02:00
Helper replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
Input moved most protected to private in the Console component 2011-03-11 12:53:42 +01:00
Output [Console] updated output tests after formatter adding 2011-03-17 17:53:28 +02:00
Tester replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
ApplicationTest.php moved most protected to private in the Console component 2011-03-11 12:53:42 +01:00