eZ\Publish\Core\Persistence\Legacy\Tests\Content\Location\TrashHandlerTest::getTrashHandler PHP Method

getTrashHandler() protected method

protected getTrashHandler ( )
    protected function getTrashHandler()
    {
        $dbHandler = $this->getDatabaseHandler();
        return new Handler($this->locationHandler = $this->getMockBuilder('eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\Location\\Handler')->disableOriginalConstructor()->getMock(), $this->locationGateway = $this->getMock('eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\Location\\Gateway'), $this->locationMapper = $this->getMock('eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\Location\\Mapper'), $this->contentHandler = $this->getMockBuilder('eZ\\Publish\\Core\\Persistence\\Legacy\\Content\\Handler')->disableOriginalConstructor()->getMock());
    }