eZ\Publish\Core\MVC\Symfony\Event\Tests\ContentCacheClearEventTest::testConstruct PHP Method

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        $contentInfo = new ContentInfo();
        $event = new ContentCacheClearEvent($contentInfo);
        $this->assertSame($contentInfo, $event->getContentInfo());
    }