Hacker News new | ask | show | jobs
by szatkus 2900 days ago
If you're talking about emulating browser requests by tests you are already at integration tests territory.
1 comments

Oh, I guess you're right. I may have interchangeably used unit-tests and integration tests because in PHP/Symfony, they look pretty much the same: some setup code and "assert()" calls.

Sorry for any confusion for anyone reading my previous comments.