WordPress / phpunit-test-reporter

GNU General Public License v3.0
29 stars 21 forks source link

Fail test.php when phpunit.phar cannot connect to the database #43

Closed danielbachhuber closed 6 years ago

danielbachhuber commented 7 years ago

When test.php cannot connect to the database, we're currently producing this error message:

image

Instead, we should fail test.php early and return an error code.

From https://travis-ci.org/pantheon-systems/wordpress-unit-tests/builds/276388655

danielbachhuber commented 7 years ago

Needs to be fixed upstream: https://core.trac.wordpress.org/ticket/41916