phpunit-test-runner icon indicating copy to clipboard operation
phpunit-test-runner copied to clipboard

Results 34 phpunit-test-runner issues
Sort by recently updated
recently updated
newest added

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...

bug

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 ![image](https://github.com/WordPress/phpunit-test-runner/assets/1746097/e61e55c9-0103-4db9-8de9-7a131af205aa)

bug

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...

enhancement

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...

bug

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.

enhancement

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...

bug

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....

help wanted
documentation
research
hackathon

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.

enhancement
help wanted
hackathon