Skip to content

Commit 0f51cbf

Browse files
committed
Changed visibility of setUp() and tearDown to protected
1 parent 5b980ce commit 0f51cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Templating/GlobalVariablesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class GlobalVariablesTest extends TestCase
2020
private $container;
2121
private $globals;
2222

23-
public function setUp()
23+
protected function setUp()
2424
{
2525
$this->container = new Container();
2626
$this->globals = new GlobalVariables($this->container);

0 commit comments

Comments
 (0)