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
3838 /**
3939 * @inheritdoc
4040 */
41- public function setUp (): void
41+ protected function setUp (): void
4242 {
4343 $ this ->decoratedScoperProphecy = $ this ->prophesize (Scoper::class);
4444 $ this ->decoratedScoper = $ this ->decoratedScoperProphecy ->reveal ();
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class FileWhitelistScoperTest extends TestCase
3838 /**
3939 * @inheritdoc
4040 */
41- public function setUp (): void
41+ protected function setUp (): void
4242 {
4343 $ this ->decoratedScoperProphecy = $ this ->prophesize (Scoper::class);
4444 $ this ->decoratedScoper = $ this ->decoratedScoperProphecy ->reveal ();
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class PatchScoperTest extends TestCase
3939 /**
4040 * @inheritdoc
4141 */
42- public function setUp (): void
42+ protected function setUp (): void
4343 {
4444 $ this ->decoratedScoperProphecy = $ this ->prophesize (Scoper::class);
4545 $ this ->decoratedScoper = $ this ->decoratedScoperProphecy ->reveal ();
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class PhpScoperTest extends TestCase
113113 /**
114114 * @inheritdoc
115115 */
116- public function setUp (): void
116+ protected function setUp (): void
117117 {
118118 $ this ->decoratedScoperProphecy = $ this ->prophesize (Scoper::class);
119119 $ this ->decoratedScoper = $ this ->decoratedScoperProphecy ->reveal ();
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class XmlScoperTest extends TestCase
4545 /**
4646 * @inheritdoc
4747 */
48- public function setUp (): void
48+ protected function setUp (): void
4949 {
5050 $ this ->decoratedScoperProphecy = $ this ->prophesize (Scoper::class);
5151 $ this ->decoratedScoper = $ this ->decoratedScoperProphecy ->reveal ();
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ class YamlScoperTest extends TestCase
4545 /**
4646 * @inheritdoc
4747 */
48- public function setUp (): void
48+ protected function setUp (): void
4949 {
5050 $ this ->decoratedScoperProphecy = $ this ->prophesize (Scoper::class);
5151 $ this ->decoratedScoper = $ this ->decoratedScoperProphecy ->reveal ();
You can’t perform that action at this time.
0 commit comments