wppunk / WPPlugin

Boilerplate for WordPress plugin using autoload, coding standard, webpack, PHP/JS tests, etc.
MIT License
147 stars 25 forks source link

Use admin page helper method on Actor #14

Closed ihorvorotnov closed 3 years ago

ihorvorotnov commented 3 years ago

Fixes #13.

How to test the changes in this Pull Request:

  1. Install WordPress as usual, run acceptance tests.
  2. Install WordPress in its own directory, run acceptance tests.

Changelog entry

Allow acceptance tests to run on both standard WordPress installs as well as WP installed in own directory.