wplib-box
wplib-box copied to clipboard
The Best Local Dev Server for WordPress Developers
We need to write tests for our own `box` command. This will actually be a significant undertaking because PHP has 11 subcommands many of which have their own subcommands and...
We need to write tests for Composer. This will actually be a significant undertaking because `composer` has `37` subcommands each of which has numerous options and many require setting of...
We need to focus on moving rapidly to to full test coverage before we focus much on functionality. `0.17.0` has bugs that would have been caught had we simple had...
So it seems like we have a Docker container versioning issue. Since we are using the versions of the container service or executable we can't differentiate between their versions and...
1. Create tests for each command 2. Sort tasks into several groups: - Works/easy to make work - Requires test scaffolding that will take a bit of scaffolding _(new copy...
See [#493](https://github.com/wplib/wplib-box/issues/493#issuecomment-409122465).
Using Safari 
So if I run `getcwd()` in PHP returns it returns `/www/var` instead of the expected `/projects/wplib.box`. I assume this is because rather than change the configuration to use `/projects/wplib.box/www` you...