Is Symfony WebTestCase only internal?

Viewed 829

Is Symfony WebTestCase a tool that just boots the Kernel and tests the Response object or it spawns a PHP Web Server and makes the test against the server?

This is to know if I can test a legacy app that lives outside Symfony Framework

1 Answers
Related