Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf3b616

Browse filesBrowse 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
Copy full SHA for cf3b616

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/testing/doctrine.rst

Copy file name to clipboardExpand all lines: cookbook/testing/doctrine.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.