Closed noplanman closed 6 years ago
@noplanman are you still willing to work on this?
@nicholasio For a general brush-up of the code, yes. But I really don't have time at the moment to learn the whole WP-CLI testing methods :grin:
Functional tests have been added in #29.
@nicholasio Cool, will give this a revisit soon 👍
Fix
use
class imports and WP class usage. Prefix array definitions for better IDE assistance. Don't call require_once as function and be more specific about the file location (using__DIR__
).(This is still very WIP, it's just to start a PR and a discussion thread 👍)