Skip to content

The setUp method should have the same visibility as the parent method.

The setUp method in phpunit base classes is protected. This PR changes the implementations here to use the same visibility.

Merge request reports