PhpBench\Extensions\XDebug\Tests\System\TraceCommandTest::testDumpTraceNoBenchmarkFilter PHP Метод

testDumpTraceNoBenchmarkFilter() публичный Метод

It should be able to not filter out the benchmarking infrastructure.
    public function testDumpTraceNoBenchmarkFilter()
    {
        $process = $this->phpbench('xdebug:trace benchmarks/set1/BenchmarkBench.php --filter=benchDoNothing --no-benchmark-filter --outdir=foobar');
        $this->assertExitCode(0, $process);
    }