php-tuf / composer-integration

PHP-TUF Composer Plugin.
7 stars 5 forks source link

ComposerCommandsTest should start and stop the PHP web server automatically #90

Closed phenaproxima closed 12 months ago

phenaproxima commented 12 months ago

Right now, you have to run a specific php -S command to run all tests. It's annoying insider knowledge and it's not documented.

We should probably just start and stop the server automatically in the test, using the Process component.