* @expectedDeprecation Doctrine\ORM\Mapping\ClassMetadataInfo is deprecated since 2.x and will be removed in 3.0. Use Doctrine\ORM\Mapping\ClassMetadata instead.
14
*/
15
public function testTheClassIsDeprecated()
16
{
17
class_exists(ClassMetadataInfo::class);
18
}
19
20
public function testExtendingClassWithOldSignatureStillWorks()
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.