Skip to content

Commit 7bb7bdf

Browse files
committed
Change few occurences of a public setUp() method to protected
1 parent b6efbaa commit 7bb7bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Routing/DelegatingLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class DelegatingLoaderTest extends \PHPUnit_Framework_TestCase
1212
/** @var ControllerNameParser */
1313
private $controllerNameParser;
1414

15-
public function setUp()
15+
protected function setUp()
1616
{
1717
$this->controllerNameParser = $this->getMockBuilder('Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser')
1818
->disableOriginalConstructor()

0 commit comments

Comments
 (0)