php / php-tasks

Tasks that need doing. This is for php-src maintainers. The end-user bug tracker is at https://bugs.php.net/.
27 stars 6 forks source link

Add WordPress to community tests #4

Closed nikic closed 3 years ago

nikic commented 4 years ago

We test a number of community projects in CI via https://github.com/php/php-src/blob/master/azure/community_job.yml. Currently this includes Symfony, Laravel and Amphp. I think it would be good to add WordPress here as well, as a pretty important representative of PHP code in the wild.

WordPress has testing instructions available at: https://make.wordpress.org/core/handbook/testing/automated-testing/phpunit/

As usual with these tests, we would not actually care whether the tests pass, only that no assertion failures or sanitizer violations occur.

nikic commented 3 years ago

I gave this a try and decided that it is not worthwhile. Their test setup is too complicated.