The property property5 does not exist on NelsonMartell\Test\DataProviders\ExampleClass\C. Since you implemented __get, consider adding a @property annotation.
Loading history...
31
$this->property6,
32
$this->property7
33
);
34
}
35
36
public static function getCustomGetterPrefix(): string
37
{
38
return 'getValueOf';
39
}
40
41
public static function getCustomSetterPrefix(): string