PhpBench\Tests\Unit\Benchmark\Remote\LauncherTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->factory = $this->prophesize(PayloadFactory::class);
        $this->payload = $this->prophesize(Payload::class);
        $this->finder = $this->prophesize(ExecutableFinder::class);
    }