-
-
Notifications
You must be signed in to change notification settings - Fork 87
Check is_dir(WP_CONTENT_DIR)
or codecept_root_dir(WP_CONTENT_DIR)
#772
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
Check is_dir(WP_CONTENT_DIR)
or codecept_root_dir(WP_CONTENT_DIR)
#772
Conversation
This PR is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Sorry @BrianHenryIE; this had fell off my radar. I'm solving a build issue first, then dealing with this. |
This PR is stale because it has been open 20 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Finally fixed the build, I will be able to take a look at this and add required tests. |
…w-relative-content-locations-from-config
Thank you @BrianHenryIE for the PR, merged and out in |
#745 requested allowing
WP_CONTENT_DIR
in config. #750 implemented it for absolute paths. This PR checks does the path provided exist, and if not it attempts to treat it as a relative path.Basically, I moved my project and it took me a while to figure out why tests weren't running anymore.