pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Allow Ctrl+C to work when running PHPUnit #92

Closed pento closed 5 years ago

pento commented 5 years ago

Adding the init: true setting changes the container startup, so that PHPUnit isn't run with PID 1.

PID 1 doesn't respond to Ctrl+C.

Fixes #89.