getConfigPath() public method

public getConfigPath ( )
Example #1
0
 public function startSuite(Suite $suite)
 {
     $this->output->writeln('PhpBench ' . PhpBench::VERSION . '. Running benchmarks.');
     if ($configPath = $suite->getConfigPath()) {
         $this->output->writeln(sprintf('Using configuration file: %s', $configPath));
     }
     $this->output->writeln('');
 }