| 1 | <?php | ||
| 15 | final class ProxyCacheWarmerTest extends TestCase | ||
| 16 | { | ||
| 17 | /** @var \eZ\Publish\Core\Repository\ProxyFactory\ProxyGeneratorInterface|\PHPUnit\Framework\MockObject\MockObject */ | ||
| 18 | private $proxyGenerator; | ||
| 19 | |||
| 20 | /** @var \eZ\Bundle\EzPublishCoreBundle\Cache\Warmer\ProxyCacheWarmer */ | ||
| 21 | private $proxyCacheWarmer; | ||
| 22 | |||
| 23 | protected function setUp(): void | ||
| 28 | |||
| 29 | public function testIsOptional(): void | ||
| 33 | |||
| 34 | public function testWarmUp(): void | ||
| 43 | } | ||
| 44 |