PhpBench\Tests\Unit\Benchmark\Executor\DebugExecutorTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $launcher = $this->prophesize(Launcher::class);
        $this->executor = new DebugExecutor($launcher->reveal());
        $this->subjectMetadata = $this->prophesize(SubjectMetadata::class);
    }