Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Build #67

Closed
getsource opened this issue Mar 23, 2020 · 1 comment
Closed

Fix Build #67

getsource opened this issue Mar 23, 2020 · 1 comment
Assignees

Comments

@getsource
Copy link
Member

While working on + trying to test WordPress/phpunit-test-runner#111, I noticed that the build in this project was failing, which made it so that the built-in test environment was no longer working.

It looks like both Travis and the local build environment, which runs via Makefile + Docker are failing.

Things here should probably be ported to use wp-env, but will likely try to get them running again before bigger refactoring.

getsource added a commit to getsource/phpunit-test-reporter that referenced this issue Mar 23, 2020
Some changes to allow building and testing locally with the included
Makefile.

- Updates Docker image to `wordpress:5.3.2-php7.4`, along with
  the necessary package updates to accomodate it.

- Updates files for coding standards so that `phpcs` passes.

See: WordPress/issues/67
@getsource getsource self-assigned this Mar 23, 2020
getsource added a commit to getsource/phpunit-test-reporter that referenced this issue Apr 17, 2020
Adds `mysql` service to TravisCI config and removes
deprecated `sudo` key.

See: WordPress#67
@getsource
Copy link
Member Author

Fixed after #72. Props @pfefferle for reviews!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant