Update CircleCI & PHPUnit Config to ensure tests run.
Open
- Dominant language
- PHP
- Stars
- 80
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
## Bug
It currently takes a little bit of modification to get PHPUnit tests running, update the various config files so tests run first go:
* [ ] Set `WP_CORE` and `ABSPATH` to `/wordpress`
* [ ] Set `WP_CONTENT_DIR` to `/content`
* [ ] Add `use WP_UnitTestCase;` to example test
* [ ] Add `environment:` section to circle ci config file with relevant variables.
Contributor guide
Assessment
This issue has not been assessed yet.