From 264526b4d27686d236528d9bf15689cff08d0a23 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 7 Jan 2016 11:08:17 +0100 Subject: [PATCH] make method protected it is protected in \PHPUnit_Framework_TestCase --- cookbook/testing/doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/testing/doctrine.rst b/cookbook/testing/doctrine.rst index b240a3fe652..1bb244eef00 100644 --- a/cookbook/testing/doctrine.rst +++ b/cookbook/testing/doctrine.rst @@ -35,7 +35,7 @@ which makes all of this quite easy:: /** * {@inheritDoc} */ - public function setUp() + protected function setUp() { static::$kernel = static::createKernel(); static::$kernel->boot();