Skip to content

Commit 264526b

Browse files
committed
make method protected
it is protected in \PHPUnit_Framework_TestCase
1 parent 6b7ad8f commit 264526b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/testing/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ which makes all of this quite easy::
3535
/**
3636
* {@inheritDoc}
3737
*/
38-
public function setUp()
38+
protected function setUp()
3939
{
4040
static::$kernel = static::createKernel();
4141
static::$kernel->boot();

0 commit comments

Comments
 (0)