Adds so export-test-db command. Use this to automate updating the Codeception dump.sql file used for running tests when Acceptance Tests fail and the output involves something along the lines of "WordPress database update required". Running the command will replace the dev/tests/tests/_data/dump.sql file with the version of WordPress your project is running.
Updates composer dependencies.
Fixed a test missing an assertion from a previous release.
Updates shell auto completion scripts to contain the new command.
so export-test-db
command. Use this to automate updating the Codeceptiondump.sql
file used for running tests when Acceptance Tests fail and the output involves something along the lines of "WordPress database update required". Running the command will replace thedev/tests/tests/_data/dump.sql
file with the version of WordPress your project is running.