phpunit-test-runner
phpunit-test-runner copied to clipboard
The junit.xml file is not generated and thus I cannot report the results back to wp.org ```bash root@host50:/var/home/user/wp-tests/phpunit-test-runner# php report.php Environment variables pass checks. Getting SVN Revision fatal: Not a...
https://make.wordpress.org/hosting/test-results/r58035/managedwphostingbot-r58035/ Looks like the users table does not work ? But I am not sure. See screenshot of the database after test 
This is what i found in wp-test-config.php `/**#@+ * Authentication Unique Keys and Salts. * * Change these to different unique phrases! * You can generate these using the {@link...
Just for an example, I'm in the middle of debugging why my tests started failing (some odd mix of PHP and NPM being out of date) and I went to...
I've had this issue for couple of weeks now and I cannot seems to find any solution. `1) Tests_Image_Editor_Imagick::test_remove_pdf_alpha_channel_should_remove_the_alpha_channel_in_preview The intermediate size could not be retrieved. Failed asserting that false...
This is the Cloudfest Hackathon 2024 PR. This PR solves: - Multi PHP. There is a new env option where you can set all the different PHP versions you want...
Some time ago, there was the GS version information, and maybe it needs to be there again.
Just pulled latest version to test issue #154 however, now I am facing with this when testing immediately after doing php test.php following error shows up: (The .env file is...
At times, a host may find a test is failing for some known reason. They should be able to mark the test as skipped in their own test runner instance....
PHPUnit normally provides some helpful output of skipped and risky tests too. To make our test runner more helpful to end users, we should include this output too.