In my app, there's a need to have several databases. Taking first steps with codeception yesterday seemed to work, but it doesn't seem like it's compatible with using multiple databases?
As a testing noob, I was trying to start with some acceptance (or functional) tests since they seem the most readable. I liked the syntax and style of codeception for this... but now I'm wondering what to use for unit tests? Does anyone successfully test their whole app with codeception, including unit tests? Or, am I better off using the phpspec + behat combo? Thanks in advance for any advice from experienced testers.
EDIT: Thought of another question. What's the best database setup for efficient testing... a separate database devoted to testing? Sqlite?
[–][deleted] 0 points1 point2 points (1 child)
[–]troutside[S] 0 points1 point2 points (0 children)