eZ\Publish\Core\MVC\Symfony\Cache\Tests\Http\EventListener\ParentLocationsListenerTest::testGetSubscribedEvents PHP Метод

testGetSubscribedEvents() публичный Метод

    public function testGetSubscribedEvents()
    {
        $this->assertSame([MVCEvents::CACHE_CLEAR_CONTENT => ['onContentCacheClear', 100]], ParentLocationsListener::getSubscribedEvents());
    }