Chassis / core_dev

A Chassis extension for WordPress Core development.
2 stars 1 forks source link

Extension should install PHPUnit #9

Closed kadamwhite closed 5 years ago

kadamwhite commented 5 years ago

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.

kadamwhite commented 5 years ago

Closed in #12