chassis/tester brings with it a submodule checkout of the wordpress-develop repository. We do not want to use a submodule, instead providing the options to clone a new copy of the repo (#5) or use an existing checkout elsewhere on disk (#8), so we cannot use the tester extension out of the box. However, we do need PHPUnit; so that part of the tester extension's functionality should be copied over.
chassis/tester brings with it a submodule checkout of the
wordpress-develop
repository. We do not want to use a submodule, instead providing the options to clone a new copy of the repo (#5) or use an existing checkout elsewhere on disk (#8), so we cannot use the tester extension out of the box. However, we do need PHPUnit; so that part of the tester extension's functionality should be copied over.