Hirak\Prestissimo\PrefetcherTest::createProphecies PHP Method

createProphecies() private method

private createProphecies ( )
    private function createProphecies()
    {
        $opp = $this->prophesize('Composer\\DependencyResolver\\Operation\\InstallOperation');
        $opp->getJobType()->willReturn('install');
        $pp = $this->prophesize('Composer\\Package\\PackageInterface');
        return array($opp, $pp);
    }