File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class ConfigurableScoperTest extends TestCase
38
38
/**
39
39
* @inheritdoc
40
40
*/
41
- public function setUp (): void
41
+ protected function setUp (): void
42
42
{
43
43
$ this ->decoratedScoperProphecy = $ this ->prophesize (Scoper::class);
44
44
$ this ->decoratedScoper = $ this ->decoratedScoperProphecy ->reveal ();
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class FileWhitelistScoperTest extends TestCase
38
38
/**
39
39
* @inheritdoc
40
40
*/
41
- public function setUp (): void
41
+ protected function setUp (): void
42
42
{
43
43
$ this ->decoratedScoperProphecy = $ this ->prophesize (Scoper::class);
44
44
$ this ->decoratedScoper = $ this ->decoratedScoperProphecy ->reveal ();
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class PatchScoperTest extends TestCase
39
39
/**
40
40
* @inheritdoc
41
41
*/
42
- public function setUp (): void
42
+ protected function setUp (): void
43
43
{
44
44
$ this ->decoratedScoperProphecy = $ this ->prophesize (Scoper::class);
45
45
$ this ->decoratedScoper = $ this ->decoratedScoperProphecy ->reveal ();
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class PhpScoperTest extends TestCase
113
113
/**
114
114
* @inheritdoc
115
115
*/
116
- public function setUp (): void
116
+ protected function setUp (): void
117
117
{
118
118
$ this ->decoratedScoperProphecy = $ this ->prophesize (Scoper::class);
119
119
$ this ->decoratedScoper = $ this ->decoratedScoperProphecy ->reveal ();
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class XmlScoperTest extends TestCase
45
45
/**
46
46
* @inheritdoc
47
47
*/
48
- public function setUp (): void
48
+ protected function setUp (): void
49
49
{
50
50
$ this ->decoratedScoperProphecy = $ this ->prophesize (Scoper::class);
51
51
$ this ->decoratedScoper = $ this ->decoratedScoperProphecy ->reveal ();
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class YamlScoperTest extends TestCase
45
45
/**
46
46
* @inheritdoc
47
47
*/
48
- public function setUp (): void
48
+ protected function setUp (): void
49
49
{
50
50
$ this ->decoratedScoperProphecy = $ this ->prophesize (Scoper::class);
51
51
$ this ->decoratedScoper = $ this ->decoratedScoperProphecy ->reveal ();
You can’t perform that action at this time.
0 commit comments