Skip to content

Commit 3d5d091

Browse files
authored
Merge pull request #518 from magento-performance/ACPT-1221
ACPT-1221: Fix Integration Tests for application-server PR
2 parents 240a19d + 4e7cbf1 commit 3d5d091

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dev/tests/integration/testsuite/Magento/Framework/Code/_expected/SourceClassWithNamespaceProxy.php.sample

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ class Proxy extends \Magento\Framework\Code\GeneratorTest\SourceClassWithNamespa
7575
$this->_subject = clone $this->_getSubject();
7676
}
7777

78+
/**
79+
* Clone proxied instance
80+
*/
81+
public function __debugInfo()
82+
{
83+
return ['i' => $this->_subject];
84+
}
85+
7886
/**
7987
* Get proxied instance
8088
*

0 commit comments

Comments
 (0)