-
Notifications
You must be signed in to change notification settings - Fork 219
Fix phpunit path after the repo renaming #6421
Conversation
I believe if the plugin is installed from WordPress it is still installed in the WordPress.org slug - we've decided not to change it for the time being. This would be a problem only if we git cloned the plugin directory ourselves using the default name. Thinking if we should keep it with repo name or if we should go with a script that checks which dir exists with git slug taking precedence and executing tests for that dir. What do you think @albarin? Would also make it a bit more graceful for existing repo setups. |
Size Change: 0 B Total Size: 872 kB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the catch!
Just for the record - this will make it independent from the plugin directory name
After the repo was renamed to
woocommerce-blocks
phpunit tests are failing because of a wrong path, this PR updates the path to be independent from the plugin directory name.