PhpBench\Tests\Unit\Benchmark\Executor\MicrotimeExecutorTest::testExecuteMethods PHP Method

testExecuteMethods() public method

It should execute arbitrary methods on the benchmark class.
public testExecuteMethods ( )
    public function testExecuteMethods()
    {
        $this->executor->executeMethods($this->benchmarkMetadata->reveal(), ['initDatabase']);
        $this->assertTrue(file_exists($this->staticMethodFile));
    }