Yoast / yoast-acf-analysis

WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.
https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/
GNU General Public License v3.0
61 stars 20 forks source link

Travis/Unit tests: remove WP download #206

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

Summary

This PR can be summarized in the following changelog entry:

Relevant technical choices:

The unit tests for the ACF plugin are not dependent on WP being loaded as Brain\Monkey is used to mock WP, so there is no need to download and install WP during the CI run.

Test instructions

This PR can be tested by following these steps:

abotteram commented 5 years ago

CR 👍