| 1 | <?php |
||
| 15 | final class ParameterEncoderTest extends TestCase |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param mixed[] $parameters |
||
| 19 | * |
||
| 20 | * @dataProvider getParameters |
||
| 21 | * @covers \ProxyManager\Inflector\Util\ParameterEncoder::encodeParameters |
||
| 22 | */ |
||
| 23 | public function testGeneratesValidClassName(array $parameters) : void |
||
| 33 | |||
| 34 | /** @return mixed[][] */ |
||
| 35 | public static function getParameters() : array |
||
| 48 | } |
||
| 49 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.