Open
Show file tree
Hide file tree
Changes from 1 commit
Show all changes
54 commits
Select commit Hold shift + click to select a range
a1b3df8
[Console] Better error handling when misuse of `ArgvInput` with arrays
symfonyamlApr 12, 2024
aaef070
bug #54576 [Console] Better error handling when misuse of `ArgvInput`…
fabpotJun 3, 2024
d4f6891
Prefix all sprintf() calls
derrabusJun 20, 2024
f63a2ee
chore: CS fixes
keradusJun 16, 2024
5ed7b6c
Add return type to __toString() methods
seriquynhJun 28, 2024
b71a095
Merge branch '7.1' into 7.2
nicolas-grekasJun 28, 2024
d36a5fe
Update .gitattributes
fabpotJul 6, 2024
22e3436
[Console] Remove a redundant check in `ErrorListener`
seriquynhJul 18, 2024
f807c53
Replace `TestCase::assertTrue(true)` with `TestCase::expectNotToPerfo…
alexandre-dauboisJul 22, 2024
43b48b2
Use CPP where possible
alexandre-dauboisJul 22, 2024
2bac616
Merge branch '7.1' into 7.2
xabbuhJul 24, 2024
21e08e0
minor #57795 Use CPP where possible (alexandre-daubois)
fabpotJul 25, 2024
2d8cffd
Merge branch '7.1' into 7.2
nicolas-grekasJul 26, 2024
8b3ee1c
[Cache][Config][Console][DependencyInjection][FrameworkBundle] Remove…
alexandre-dauboisJul 19, 2024
b54fbe5
Create devcontainer.json
norbertosusJul 26, 2024
d48400b
Remove unused code and unnecessary `else` branches
alexandre-dauboisJul 31, 2024
7d6b78e
Code style change in `@PER-CS2.0` affecting `@Symfony` (parentheses f…
bonroyageAug 1, 2024
a228c54
minor #57901 Code style change in ``@PER`-CS2.0` affecting ``@Symfony…
derrabusAug 6, 2024
2204ca3
Merge branch '7.1' into 7.2
xabbuhAug 12, 2024
7884dc7
[PhpUnitBridge][Console][VarDumper] Add support for `FORCE_COLOR` env…
serious-angelJul 19, 2024
7e27871
feature #57777 [VarDumper] Add support for `FORCE_COLOR` environment …
nicolas-grekasAug 13, 2024
3c43d7e
Merge branch '7.1' into 7.2
nicolas-grekasAug 13, 2024
cc2dd55
Merge branch '7.1' into 7.2
chalasrAug 15, 2024
ee7ee22
[Console][Process] Add `$verbosity` argument to `mustRun` helper method
willroweAug 23, 2024
07d683c
no longer use the internal TestFailure class
xabbuhSep 5, 2024
4843e24
Merge branch '7.1' into 7.2
derrabusSep 8, 2024
07792b2
Merge branch '7.1' into 7.2
derrabusSep 20, 2024
e57e6e0
[Console] Add silent verbosity mode suppressing all output, including…
wouterjSep 19, 2024
300899a
Fix `$this` calls to static ones when relevant
alexandre-dauboisSep 24, 2024
dde368a
Remove useless parent method calls in tests
alexandre-dauboisSep 24, 2024
a113dc3
Merge branch '7.1' into 7.2
nicolas-grekasSep 25, 2024
96ca566
Merge branch '7.1' into 7.2
nicolas-grekasSep 25, 2024
dbccd36
Remove unused imports
alexandre-dauboisSep 26, 2024
dfd8158
minor #58374 Remove useless parent method calls in tests (alexandre-d…
fabpotSep 27, 2024
c8b5404
Merge branch '7.1' into 7.2
xabbuhSep 28, 2024
e31f47c
Remove a few unnecessary full qualifier
alexandre-dauboisOct 1, 2024
6f86f8d
Add finished indicator to ProgressIndicator
LauLamanJun 28, 2024
8453956
Various CS fix for consistency
alexandre-dauboisOct 3, 2024
270fd98
[Console] Use assertSame for input tests
theofidryOct 4, 2024
721a55b
minor #58443 Various CS fix for consistency (alexandre-daubois)
fabpotOct 6, 2024
b4f6757
feature #57576 [Console] Add finished indicator to `ProgressIndicator…
fabpotOct 6, 2024
23a1a63
[Console] Add ability to schedule alarm signals and a `console.alarm`…
HypeMCSep 17, 2024
de23257
CS: clean some whitespaces/indentation
keradusOct 6, 2024
a97129d
Add `$seconds` to `keepalive` methods
valtzuOct 13, 2024
8f6d3ec
Reduce common control flows
alexandre-dauboisOct 14, 2024
de74db6
Remove always true/false occurrences
alexandre-dauboisOct 18, 2024
c32691c
Don't use `die()` in PHPT `--SKIPIF--`
staabmOct 27, 2024
3fda7e5
Merge branch '7.1' into 7.2
nicolas-grekasNov 5, 2024
23c8aae
Merge branch '7.1' into 7.2
nicolas-grekasNov 6, 2024
13189ef
Merge branch '7.1' into 7.2
xabbuhDec 7, 2024
799445d
fix risky test that doesn't perform any assertions
xabbuhDec 7, 2024
722fa7c
Merge branch '6.4' into 7.2
xabbuhDec 9, 2024
fefcc18
[Console] Fix tests
chalasrDec 11, 2024
759bdb4
Merge branch 'symfony:7.2' into -1
norbertosusJan 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
Previous commit
Next commit
[Console][Process] Add $verbosity argument to mustRun helper method
  • Loading branch information
willrowe authored and nicolas-grekas committedAug 30, 2024
commit ee7ee22b1dabcff731b7d79d3633c96251ad8404
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,6 +5,7 @@ CHANGELOG
---

* Add support for `FORCE_COLOR` environment variable
* Add `verbosity` argument to `mustRun` process helper method

7.1
---
Expand Down