Hirak\Prestissimo\PrefetcherTest::createProphecies PHP Метод

createProphecies() приватный Метод

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);
    }