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/Fixtures
Ryan Weaver 7efb4630b8 [Command] Changing the InputOption::PARAMETER_* constants to InputOption::VALUE_* to more accurately reflect that these constants refer to the value or lack of value assigned to a particular option (e.g. --verbose or --em=doctrine).
To keep language consistent, three methods were changed in InputOption:

 * `InputOption::acceptParameter()` -> `InputOption::acceptValue()`
 * `InputOption::isParameterRequired()` -> InputOption::isValueRequired()`
 * `InputOption::isParameterOptional()` -> `InputOption::isValueOptional()`

The InputDefinition::asXml() method was also modified to update the `accept_value` and `is_value_required` attributes.
2010-11-27 19:56:27 +01:00
..
application_astext1.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_astext2.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_asxml1.txt [Command] Changing the InputOption::PARAMETER_* constants to InputOption::VALUE_* to more accurately reflect that these constants refer to the value or lack of value assigned to a particular option (e.g. --verbose or --em=doctrine). 2010-11-27 19:56:27 +01:00
application_asxml2.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_gethelp.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_renderexception1.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_renderexception2.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_run1.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_run2.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_run3.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
application_run4.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
command_astext.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
command_asxml.txt [Command] Changing the InputOption::PARAMETER_* constants to InputOption::VALUE_* to more accurately reflect that these constants refer to the value or lack of value assigned to a particular option (e.g. --verbose or --em=doctrine). 2010-11-27 19:56:27 +01:00
definition_astext.txt renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
definition_asxml.txt [Command] Changing the InputOption::PARAMETER_* constants to InputOption::VALUE_* to more accurately reflect that these constants refer to the value or lack of value assigned to a particular option (e.g. --verbose or --em=doctrine). 2010-11-27 19:56:27 +01:00
Foo1Command.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Foo2Command.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
FooCommand.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
TestCommand.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00