Skip to content

Commit 04bd504

Browse files
committed
Fix setUp method in test fixture to be protected
1 parent b2967ab commit 04bd504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/HJSONParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class HJSONParserTest extends TestCase
1111
{
1212

13-
public function setUp()
13+
protected function setUp()
1414
{
1515
parent::setUp();
1616
$this->rootDir = dirname(__FILE__).DIRECTORY_SEPARATOR."assets";

0 commit comments

Comments
 (0)