Commit 6f92311
committed
feat: adicionar --testdox, --colors=always e suite Functional no phpunit runner
- PhpUnitRunner.php: adicionado --testdox e --colors=always nos argumentos padrão
Saída do phpunit agora sempre exibe nomes legíveis dos testes e cores ANSI
- PhpUnitConfigGeneratorTest.php: adicionado 'Functional' => 'tests/Functional' no setUp
e assert correspondente em generateContainsTestSuiteNames
Nota: ProjectDetector já detectava Functional automaticamente (linha 151)
sem necessidade de alteração na lógica de detecção.
Quality: cs-fixer ✓ phpstan ✓ psalm ✓ phpunit ✓1 parent 27a808f commit 6f92311
File tree
2 files changed
+4
-1
lines changed- src/Runner
- tests/Unit/Configuration
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments