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/Input
Tom Klingenberg e991c595b8 [Console] Improved checks for InputArgument and InputOption constructor's $mode parameter.
Check that $mode in InputArgument::__construct() is not below 1 to actually look if any of the flags are set.
Check that $mode in InputOption::__construct() is not below 1 to actually look if any of the flags are set.
Check for the correct parameter type, as in InputOption (integer).
InputArgumentTest: Added test for negative integer $mode parameter input in constructor.
InputOptionTest: Added test for negative integer $mode parameter input in constructor.
2011-08-31 23:53:00 +02:00
..
ArgvInputTest.php [Command] Fix array option parsing 2011-06-07 14:58:11 +02:00
ArrayInputTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
InputArgumentTest.php [Console] Improved checks for InputArgument and InputOption constructor's $mode parameter. 2011-08-31 23:53:00 +02:00
InputDefinitionTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
InputOptionTest.php [Console] Improved checks for InputArgument and InputOption constructor's $mode parameter. 2011-08-31 23:53:00 +02:00
InputTest.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
StringInputTest.php moved most protected to private in the Console component 2011-03-11 12:53:42 +01:00