Skip to content

Commit cf3b616

Browse files
committed
minor #6114 make method protected (OskarStark)
This PR was merged into the 2.3 branch. Discussion ---------- make method protected it is protected in \PHPUnit_Framework_TestCase https://github.com/sebastianbergmann/phpunit/blob/master/src/Framework/TestCase.php#L2023 please merge this PR to all newer branches ping @xabbuh @javiereguiluz Commits ------- 264526b make method protected
2 parents 6b7ad8f + 264526b commit cf3b616

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)