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
Jeremy Mikola d5a1343c29 [Console] Improve input definition output for Boolean defaults
Previously, Boolean defaults were printed as strings, which lead to true and false being printed as "1" and "", respectively. With this change, they are now printed as "true" and "false".
2011-12-15 01:07:36 -05:00
..
Command removed unused use statements 2011-10-29 11:56:30 +02:00
Fixtures [Console] Improve input definition output for Boolean defaults 2011-12-15 01:07:36 -05:00
Formatter removed unused use statements 2011-11-24 07:16:14 +01:00
Helper Another style fix. 2011-11-30 02:46:26 +05:00
Input [Console] Improve input definition output for Boolean defaults 2011-12-15 01:07:36 -05:00
Output Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
Tester Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
ApplicationTest.php removed unused use statements 2011-10-29 11:56:30 +02:00