SqlParser\Tests\Utils\CLITest::testRunLint PHP Метод

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

public testRunLint ( $getopt, $output, $result )
    public function testRunLint($getopt, $output, $result)
    {
        $cli = $this->getCLI($getopt);
        $this->expectOutputString($output);
        $this->assertEquals($result, $cli->runLint());
    }