Skip to content

Commit 4e8b350

Browse files
committed
fix: ReflectionException trying to invoke protected method
1 parent 38407dd commit 4e8b350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/Unit/Service/ValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function testValidateNonexistentService()
110110
*
111111
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
112112
*/
113-
protected function validateVersionsDataProvider(): array
113+
public function validateVersionsDataProvider(): array
114114
{
115115
return [
116116
[

0 commit comments

Comments
 (0)