| 1 | <?php |
||
| 17 | final class LazyLoadingValueHolderGeneratorTest extends AbstractProxyGeneratorTest |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * {@inheritDoc} |
||
| 21 | */ |
||
| 22 | protected function getProxyGenerator() : ProxyGeneratorInterface |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritDoc} |
||
| 29 | */ |
||
| 30 | protected function getExpectedImplementedInterfaces() : array |
||
| 34 | } |
||
| 35 |