Skip to content

Commit cec5d06

Browse files
ACPT-987
fixes for unit tests
1 parent 98a47cc commit cec5d06

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

lib/internal/Magento/Framework/ObjectManager/Test/Unit/Code/Generator/_files/SampleMixedProxy.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ class SampleMixed_Proxy extends SampleMixed implements \Magento\Framework\Object
8181
return ['i' => $this->_subject];
8282
}
8383

84-
/**
85-
* Clone proxied instance
86-
*/
87-
public function __debugInfo()
88-
{
89-
return ['i' => $this->_subject];
90-
}
91-
9284
/**
9385
* Get proxied instance
9486
*

lib/internal/Magento/Framework/ObjectManager/Test/Unit/Code/Generator/_files/SampleProxy.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ class Sample_Proxy extends Sample implements \Magento\Framework\ObjectManager\No
8181
return ['i' => $this->_subject];
8282
}
8383

84-
/**
85-
* Clone proxied instance
86-
*/
87-
public function __debugInfo()
88-
{
89-
return ['i' => $this->_subject];
90-
}
91-
9284
/**
9385
* Get proxied instance
9486
*

0 commit comments

Comments
 (0)