Derek Herman
Derek Herman
Any updates on this issue? I'm glad I found it because I thought my code wasn't working. I suspected it might be the emulator, but couldn't find any docs that...
I did it like this: ``` install: - sudo apt-get install -y libxml2-utils ``` But the `addons` method seems a little more elegant.
I think we should find a way to limit `svn_push` to when a tag is created on `master` or some other manual indication so it doesn't push every commit to...
Here's the [bootstrap.php](https://github.com/valendesigns/archetype/blob/master/tests/bootstrap.php) file I used to test the branch. I don't think we need support for `THEME_GIT_PLUGIN_DEPENDENCIES` inside [phpunit-plugin-bootstrap.php](https://github.com/xwp/wp-dev-lib/blob/20eba62e831cf1db9e60a113b51e0280bd76b476/phpunit-plugin-bootstrap.php). However, I do think we should add a `phpunit-theme-bootstrap.php` file...
Also, we should add something similar to the [phpunit-plugin.xml](https://github.com/xwp/wp-dev-lib/blob/master/phpunit-plugin.xml) but for themes. In my version I added a `WP_TEST_ACTIVATED_THEME` constant that was used like so: ``` /** * Activate the...
I would do it with Grunt anyhow. This might be relevant for private repos that need transitions though.
That makes sense but is not clear. The context in which it’s being used is likely in the .dev-lib file not in the command line. So I could see it...
I’m suggesting we add an example somewhere for using it in the environment file because that’s the context it’s being spoken about. However, the example we show is for the...
This is still an experimental repository. I'm not familiar with LaraDock but I assume it's like creating multiple sites with VVV and at this time no that's not what this...
I guess I should ask, what do you mean by multiple installs?