Skip to content

Commit

Permalink
Update ExtensibleInterfacesTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sashas777 authored Mar 31, 2022
1 parent 5fa94a0 commit 0536c2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function ($filename) {
if (preg_match('/' . $extensibleClassPattern . '/', $fileContent) &&
!preg_match('/' . $abstractExtensibleClassPattern . '/', $fileContent)
) {
$fileReflection = new \Zend\Code\Reflection\FileReflection($filename, true);
$fileReflection = new \Laminas\Code\Reflection\FileReflection($filename, true);
foreach ($fileReflection->getClasses() as $classReflection) {
if ($classReflection->isSubclassOf(self::EXTENSIBLE_DATA_INTERFACE)) {
$methodsToCheck = ['setExtensionAttributes', 'getExtensionAttributes'];
Expand Down

0 comments on commit 0536c2d

Please sign in to comment.