* @license MIT * * @covers \ProxyManager\ProxyGenerator\LazyLoadingValueHolderGenerator * @group Coverage */ class LazyLoadingValueHolderGeneratorTest extends AbstractProxyGeneratorTest { /** * {@inheritDoc} */ protected function getProxyGenerator() { return new LazyLoadingValueHolderGenerator(); } /** * {@inheritDoc} */ protected function getExpectedImplementedInterfaces() { return array('ProxyManager\\Proxy\\VirtualProxyInterface'); } }