eZ\Publish\Core\MVC\Symfony\Cache\Tests\Http\EventListener\AssignedLocationsListenerTest::testGetSubscribedEvents PHP Method

testGetSubscribedEvents() public method

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