[FrameworkBundle] added a note

This commit is contained in:
Fabien Potencier 2011-05-11 11:05:57 +02:00
parent 09de9fe85f
commit 7941ff61f0

View File

@ -70,6 +70,8 @@ class Client extends BaseClient
*/ */
protected function doRequest($request) protected function doRequest($request)
{ {
// avoid shutting down the Kernel if no request has been performed yet
// WebTestCase::createClient() boots the Kernel but do not handle a request
if ($this->hasPerformedRequest) { if ($this->hasPerformedRequest) {
$this->kernel->shutdown(); $this->kernel->shutdown();
} else { } else {