I want to speed up testing web applications by configuring MySQL.
I create web applications with PHP and MySQL. When developing, tests are run every time files are saved. Therefore, faster execution of tests saves development time and makes me feel comfortable.
Though there are sereval ways to speed up tests, its database must be one of them. As a testing environment, all I need is quicker response. I don't need durability or efficiency of handling multiple connections.
In that case, what is the best configuration?