Skip to content

Commit fe28cec

Browse files
authored
Merge pull request MyIntervals#222 from oliverklee/cleanup/visibility
Add missing method visibilties
2 parents 4b2f5a3 + 7b575cb commit fe28cec

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

tests/Sabberworm/CSS/OutputFormatTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class OutputFormatTest extends \PHPunit\Framework\TestCase
2929
private $oParser;
3030
private $oDocument;
3131

32-
function setUp()
32+
protected function setUp()
3333
{
3434
global $TEST_CSS;
3535
$this->oParser = new Parser($TEST_CSS);

0 commit comments

Comments
 (0)