igorhrcek / wp-cli-secure-command

Secure package for WP CLI, built to provide an easier way of securing your WordPress installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve the process of nginx restarts during tests, Behat testing process

igorhrcek opened this issue · comments

Is your feature request related to a problem? Please describe.
Existing command used in tests is fixed to only one type of environment so tests will not run if executed in a different setup

Describe the solution you'd like
We need to move the restart command from test files to .env file or to find a better way of restarting nginx containers during tests

Describe alternatives you've considered
Not aware that there are any

Additional context
We should also try to implement the official WP CLI Testing process