eZ\Publish\Core\MVC\Symfony\Matcher\Tests\ContentBased\BaseTest::getContentInfoMock PHP Method

getContentInfoMock() protected method

protected getContentInfoMock ( array $properties = [] ) : PHPUnit_Framework_MockObject_MockObject
$properties array
return PHPUnit_Framework_MockObject_MockObject
    protected function getContentInfoMock(array $properties = array())
    {
        return $this->getMockBuilder('eZ\\Publish\\API\\Repository\\Values\\Content\\ContentInfo')->setConstructorArgs(array($properties))->getMockForAbstractClass();
    }