Enforce "en" lang in tests.
Some tests compare the result to english strings. Do not test UnixCommandExecutor on Windows. PharTest: explain why PHAR writing test are skipped. InstallCommandTest: mock checkRequirements to allow the tests to run. Run php_parallel_lint before all other tests. Close #846
This commit is contained in:
parent
ccdc73326d
commit
bc65445c05
37 changed files with 492 additions and 272 deletions
|
|
@ -15,6 +15,10 @@ setup:
|
|||
prefer_dist: false
|
||||
|
||||
test:
|
||||
php_parallel_lint:
|
||||
ignore:
|
||||
# Only ignore vendor
|
||||
- vendor/
|
||||
php_mess_detector:
|
||||
allowed_warnings: 0
|
||||
php_code_sniffer:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue