Generated Testing Suite
Next, let us try the generated testing suite. To use the generated testing classes, we can set the database environment using in-memory database SQLite. Open phpunit.xml. Add two lines below on the env :
| |
Then run PHPUnit
| |
All tests should be passed.
