guzzle / psr7

PSR-7 HTTP message library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integration Test Suite not actually executed in CI

TimWolla opened this issue · comments

https://github.com/guzzle/psr7/runs/6256679863?check_suite_focus=true

In step "Run tests" it is reported that:

PHPUnit 9.5.20 #StandWithUkraine

Warning:       Your XML configuration validates against a deprecated schema.
Suggestion:    Migrate your XML configuration using "--migrate-configuration"!

No tests executed!

Should this:

run: ./vendor/bin/phpunit --testsuite Integration

be ./vendor/bin/phpunit --testsuite "Guzzle PSR-7 Integration Test Suite" instead?

Oops, that's probably my bad.

I don't plan on creating a PR for this, as I am not sure how you prefer to handle PSR-7 Integration Test Suite, also I'm not super experienced with PHPUnit. So please handle this yourself, thanks!