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
Fabien Potencier 5c6727211d minor #37773 Modernized deprecated PHPUnit assertion calls (derrabus)
This PR was squashed before being merged into the 3.4 branch.

Discussion
----------

Modernized deprecated PHPUnit assertion calls

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Part of #37564
| License       | MIT
| Doc PR        | N/A

Some assertions have been renamed in PHPUnit 9. PhpUnitBridge should already have polyfills in place for those methods, so it should be save to use them.

Commits
-------

ab417f7040 Modernized deprecated PHPUnit assertion calls
2020-08-09 10:13:56 +02:00
..
Command Removed comments and requirements relative to php <5.5 (not supported anymore) 2020-06-30 14:50:28 +02:00
CommandLoader [Console] Update to inherit and add licence 2019-07-08 07:40:49 +02:00
DependencyInjection switched array() to [] 2019-01-16 10:39:14 +01:00
Descriptor Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
Event Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
EventListener Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Exception switched array() to [] 2019-01-16 10:39:14 +01:00
Formatter Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
Helper [Console] Fixes question input encoding on Windows 2020-07-01 11:10:10 +02:00
Input Add missing dots at the end of exception messages 2020-03-15 10:38:08 +01:00
Logger Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Output [Console] Fix OutputStream for PHP 7.4 2020-03-27 18:07:22 +01:00
Question Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
Resources/bin Move hiddeninput.exe to Resources/bin 2012-10-16 11:08:11 +02:00
Style Check value isset to avoid PHP notice 2019-10-29 12:23:29 +11:00
Tester [Bridge][Twig] DebugCommand - fix escaping and filter 2019-03-31 13:33:18 +02:00
Tests minor #37773 Modernized deprecated PHPUnit assertion calls (derrabus) 2020-08-09 10:13:56 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
Application.php Add missing dots at the end of exception messages 2020-03-15 10:38:08 +01:00
CHANGELOG.md Fixed markdown file 2019-08-13 19:39:09 +02:00
composer.json [Console] Fix composer.json suggest/provide 2019-01-12 12:06:42 +01:00
ConsoleEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
Terminal.php [Console] Do not check for "stty" using "exec" if that function is disabled 2020-07-01 19:13:52 +02: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.