PhpBench\Tests\System\ReportTest::testNonExistingFile PHP Метод

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

It should throw an exception if the report file does not exist.
public testNonExistingFile ( )
    public function testNonExistingFile()
    {
        $process = $this->phpbench('report tests/Systemist.xml');
        $this->assertExitCode(1, $process);
    }