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/Console/Tests
Fabien Potencier d61ca1be07 merged branch jakzal/bugfix/segfaulting-tests (PR #8032)
This PR was merged into the master branch.

Discussion
----------

Fixed the tests on PHP 5.3.3

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

PHPUnit with PHP 5.3.3 couldn't handle garbage collecting properly.

Commits
-------

0617ed1 [Console] Removed the descriptor from data set providers.
2013-05-15 17:09:31 +02:00
..
Command [Console] Fix tests on windows 2013-04-25 13:56:40 +02:00
Descriptor [Console] Removed the descriptor from data set providers. 2013-05-14 08:19:41 +01:00
Fixtures Fix tests 2013-04-25 13:40:04 +02:00
Formatter added additional tests to cover invalid argument exceptions in OutputFormatterStyle component 2013-05-06 08:31:43 +02:00
Helper Merge branch '2.2' 2013-05-10 20:12:13 +02:00
Input [Console] Allow arrays to be used for lists of shortcuts 2013-04-25 14:00:12 +02:00
Output [Console] fix NullOutput 2013-05-14 17:58:06 +02:00
Tester Fix duplicated code and a field name 2012-09-28 16:35:16 +02:00
ApplicationTest.php [Console] moved --help support to allow proper behavior with other passed options 2013-05-09 10:42:56 +02:00