| 1 | <?php |
||
| 17 | final class ClassGeneratorTest extends TestCase |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @covers \ProxyManager\Generator\ClassGenerator::setExtendedClass |
||
| 21 | */ |
||
| 22 | public function testExtendedClassesAreFQCNs() : void |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @covers \ProxyManager\Generator\ClassGenerator::setImplementedInterfaces |
||
| 37 | */ |
||
| 38 | public function testImplementedInterfacesAreFQCNs() : void |
||
| 50 | } |
||
| 51 |
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.