public function testGenerators($config) { $this->createResult(); $process = $this->phpbench('report --file=' . $this->fname . ' --report=\'' . json_encode($config) . '\''); $this->assertExitCode(0, $process); }