Jordi Boggiano
|
9f3e2105da
|
Add IOMock and get rid of all withConsecutive calls in tests (#11497)
|
2023-06-07 14:35:16 +02:00 |
Jordi Boggiano
|
131da999ac
|
Fix CS (#11003)
|
2022-08-17 14:20:07 +02:00 |
Mathias Reker ⚡️
|
d17c724f23
|
Php unit dedicate assert (#10881)
Co-authored-by: Jordi Boggiano <j.boggiano@seld.be>
|
2022-06-22 14:20:08 +02:00 |
Jordi Boggiano
|
6a466a120a
|
Enable strict types on all files
|
2022-02-24 13:24:34 +01:00 |
Alexander Schranz
|
e9b60580f5
|
Add return types to tests (#10)
|
2022-02-21 13:42:28 +01:00 |
Jordi Boggiano
|
abdc6893a6
|
Add void types where no return statement is present
|
2022-02-18 10:38:54 +01:00 |
Jordi Boggiano
|
bab974575c
|
Merge branch '2.2' into main
|
2022-01-21 16:00:50 +01:00 |
Jordi Boggiano
|
e3d99cac59
|
Fix phpstan issues, update baseline and pin PHPStan version in 2.2 branch (#10474)
|
2022-01-21 12:48:16 +01:00 |
Jordi Boggiano
|
6ed3aeb343
|
Remove setExpectedException wrapper
|
2022-01-01 14:54:21 +01:00 |
Jordi Boggiano
|
ffd62795bc
|
Get rid of all the ->at() mock invocations
|
2022-01-01 14:54:20 +01:00 |
Jordi Boggiano
|
24ce1eddbd
|
Add composer/pcre dependency and use it everywhere instead of preg_*
|
2021-12-07 12:37:19 +01:00 |
Jordi Boggiano
|
44b69ba77f
|
Upgrade php-cs-fixer to 3.x and fix CS
|
2021-10-27 16:21:45 +02:00 |
Jordi Boggiano
|
d3c176ec69
|
PHPStan Level 5 (#10070)
* Bump PHPStan to level 5
* Update seld/phar-utils to latest
* Add phpstan-setup / phpstan scripts
|
2021-08-21 17:41:52 +02:00 |
Jordi Boggiano
|
1593b67230
|
Fix warnings on higher phpunit versions
|
2020-09-11 11:01:32 +02:00 |
Jordi Boggiano
|
4e1f8cf89d
|
Build tweaks
|
2020-05-20 16:20:54 +02:00 |
fancyweb
|
a9d6068c57
|
feat(buffer-io): add the possibility to set user inputs for interactive questions
|
2019-01-05 11:59:33 +01:00 |
Gabriel Caruso
|
2a13bb2649
|
Fixes from PHPStan (#7687)
* fix docblocks
* remove redundant conditional
* fix wrong variable name
* fix wrong namespaces
* add missing private members
* remove unused/redundant arguments
* move testcase class
* exclude TestCase.php
* Tweak RuleWatchGraph type hints
* Tweak doc comment
|
2018-11-12 15:23:32 +01:00 |
Jordi Boggiano
|
ff59bbdab0
|
CS fixer
|
2018-07-24 14:32:52 +02:00 |
Jordi Boggiano
|
066351c5b9
|
Remove use of deprecated getMock method
|
2018-04-12 10:24:56 +02:00 |
Jordi Boggiano
|
a1bf6890d5
|
Fix ConsoleIO tests
|
2018-01-24 10:28:39 +01:00 |
Jordi Boggiano
|
c8aea719b1
|
CS fixes
|
2017-12-18 16:02:48 +01:00 |
Gawain Lynch
|
f74c6f4620
|
Update tests to handle optional QuestionHelper::setInputStream() availability
|
2017-11-06 16:32:29 +01:00 |
Gawain Lynch
|
157075b996
|
Migrate ConsoleIO::select to use QuestionHelper and ChoiceQuestion
|
2017-11-06 16:29:55 +01:00 |
Remi Collet
|
741c8d63fb
|
fix test for Symfony 3.2
|
2017-05-22 08:16:45 +02:00 |
Theo Tonge
|
c077df0d80
|
Fix for https://github.com/composer/composer/issues/5989
Enforce yes/no answers for Confirmation Questions
|
2017-04-10 21:33:30 +01:00 |
Jordi Boggiano
|
e745b37935
|
Fix tests
|
2016-02-29 15:50:04 +00:00 |
Jordi Boggiano
|
d24ea66892
|
Merge remote-tracking branch 'fduch/console-select-support'
|
2016-02-29 15:24:28 +00:00 |
Jordi Boggiano
|
49d7d65933
|
Add verbosity input support to IOInterface
|
2016-01-29 10:14:12 +00:00 |
Rob Bast
|
8cc6e4f67d
|
Fixed two camelcase names
|
2015-04-30 12:17:13 +02:00 |
Rob Bast
|
1213d368f6
|
Updated tests for new QuestionHelper flow
|
2015-04-30 12:16:33 +02:00 |
Jordi Boggiano
|
66b73ea456
|
Revert "Disable overwrites when no-ansi is present, fixes #3612"
This reverts commit e0d36e19eb .
Conflicts:
src/Composer/IO/ConsoleIO.php
|
2015-03-24 01:31:53 +00:00 |
Rob Bast
|
cb336a5416
|
Implement writeError throughout Composer
|
2015-02-25 11:00:35 +01:00 |
Jordi Boggiano
|
0b4a9235f4
|
CS fixes
|
2015-02-24 14:22:54 +00:00 |
Xavier Fornes
|
8ba8580a28
|
fix test implementation for php 5.3
refs issue #3657
|
2015-01-28 11:46:38 +01:00 |
Xavier Fornes
|
bb0a2df293
|
fix for issue #3657
ConsoleIO writing a message which contains end of lines characters
|
2015-01-28 08:49:38 +01:00 |
Jordi Boggiano
|
e0d36e19eb
|
Disable overwrites when no-ansi is present, fixes #3612
|
2015-01-05 16:17:15 +00:00 |
fduch
|
18be54693f
|
add support of select from option list in ConsoleIO and NullIO
|
2014-08-12 13:12:07 +04:00 |
Jordi Boggiano
|
38917c2047
|
Add parallel build to travis script
|
2013-09-25 10:23:48 +02:00 |
Igor Wiedler
|
4959c2bdc6
|
Replace references of a11n with a12n where appropriate
Authorization => Authentication.
|
2012-11-07 13:34:31 +01:00 |
Grégoire Pineau
|
f4e9dd4fb8
|
Fixed PSR rules
|
2012-06-14 12:10:01 +02:00 |
Jordi Boggiano
|
c754f96677
|
Removed last password/username from IOInterface
|
2012-05-06 17:17:36 +02:00 |
Jordi Boggiano
|
8bd0814b67
|
Merge pull request #420 from digitalkaoz/composer_tests
added some trivial tests
|
2012-03-11 09:01:12 -07:00 |
digitalkaoz
|
a284eb5cfe
|
coding style fixes
|
2012-03-10 09:53:03 +01:00 |
digitalkaoz
|
8dad8d8c43
|
added some trivial tests
|
2012-03-09 19:30:37 +01:00 |
Konstantin Tjuterev
|
0b7896cdad
|
Simplified & fixed ConsoleIO->overwrite, corrected output when downloading with progress
|
2012-03-06 23:01:51 +02:00 |
Leszek Prabucki
|
de7f666118
|
Added and extended some unit tests
|
2012-01-24 18:44:54 +01:00 |