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
Nicolas Grekas f2754ebe53 minor #21663 Updated PHPUnit namespaces (peterrehm)
This PR was squashed before being merged into the 2.8 branch (closes #21663).

Discussion
----------

Updated PHPUnit namespaces

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

Follow Up of #21564

Commits
-------

205ced4 Updated PHPUnit namespaces
2017-02-20 13:35:45 +01:00
..
Command Merge branch '2.7' into 2.8 2017-01-02 15:44:49 +01:00
Descriptor Merge branch '2.7' into 2.8 2017-01-02 15:44:49 +01:00
Event fixes CS 2015-08-24 09:13:45 +02:00
Exception [Console] Fix infinite loop on missing input 2016-11-03 09:51:57 +01:00
Formatter Merge branch '2.7' into 2.8 2016-12-27 11:39:57 +01:00
Helper Merge branch '2.7' into 2.8 2017-02-16 06:06:24 -08:00
Input Merge branch '2.7' into 2.8 2016-10-05 18:43:09 -07:00
Logger DX: replace @link with @see annotation 2016-11-13 18:41:36 +01:00
Output Merge branch '2.7' into 2.8 2016-08-19 08:48:01 +02:00
Question Merge branch '2.7' into 2.8 2016-12-27 11:39:57 +01:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style Merge branch '2.7' into 2.8 2016-12-23 17:32:24 +01:00
Tester removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
Tests Updated PHPUnit namespaces 2017-02-20 13:35:43 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Merge branch '2.7' into 2.8 2016-12-27 11:39:57 +01:00
CHANGELOG.md [Console] remove readline support 2016-02-03 19:01:35 +01:00
composer.json fixed Composer constraints 2017-02-18 11:13:35 -08:00
ConsoleEvents.php Add machine readable events 2014-11-16 18:21:02 +01:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist use the clock mock for progress indicator tests 2016-03-17 10:19:04 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
Shell.php Merge branch '2.7' into 2.8 2015-12-28 14:12:56 +01:00

Console Component

The Console component eases the creation of beautiful and testable command line interfaces.

Resources

Credits

Resources/bin/hiddeninput.exe is a third party binary provided within this component. Find sources and license at https://github.com/Seldaek/hidden-input.