[Codeception\Exception\ModuleException]
WordPoints\Tests\Codeception\Modules\WordPointsLoader:
Failed to create database dump: Warning: Using a password on the command line interface can be insecure.
I discovered that this can be fixed by using MYSQL_PWD=<password> instead of placing the password in the query, although this too is not generally recommended, but it is fine for this application.
I discovered that this can be fixed by using
MYSQL_PWD=<password>
instead of placing the password in the query, although this too is not generally recommended, but it is fine for this application.