wxt
wxt copied to clipboard
Add automated testing script for phpunit test setup and execution.
This facilitates the setup of running tests locally.
@smulvih2
This script I created prompts for the necessary information required to run phpunit tests then stores it and when it runs again will use the stored test setup variables.
This script is handy, automatically sets up the files as needed for the automated testing, prompts for db connection, sets that up for use with the automated test script so that the tests can be run locally.
@olstjos ok I can look at this later this week, give it a try and report back. Thanks!