We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfc2cb commit 7be63a4Copy full SHA for 7be63a4
cookbook/testing/doctrine.rst
@@ -62,5 +62,6 @@ which makes all of this quite easy::
62
{
63
parent::tearDown();
64
$this->em->close();
65
+ $this->em = null;
66
}
67
0 commit comments