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 264526b

Browse filesBrowse files
committed
make method protected
it is protected in \PHPUnit_Framework_TestCase
1 parent 6b7ad8f commit 264526b
Copy full SHA for 264526b

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.