-
Notifications
You must be signed in to change notification settings - Fork 58
Update bootstrap.php to support themes #255
Comments
Here's the bootstrap.php file I used to test the branch. I don't think we need support for |
Also, we should add something similar to the phpunit-plugin.xml but for themes. In my version I added a
|
My thinking was that a generic sample bootstrap.php file could support both plugin and theme dependancies. What are the drawbacks of this approach? |
I have the local theme folder named differently than the GitHub repo which is why
in |
We should update phpunit-plugin-bootstrap.php to support theme
THEME_GIT_PLUGIN_DEPENDENCIES
since #150 was merged. Similar to how we activateWP_TEST_ACTIVATED_PLUGINS
:wp-dev-lib/phpunit-plugin-bootstrap.php
Lines 59 to 72 in 20eba62
The text was updated successfully, but these errors were encountered: