SensioLabs\Melody\Tests\Configuration\RunConfigurationParserTest::testParsePhpOptionsError PHP Method

testParsePhpOptionsError() public method

public testParsePhpOptionsError ( $phpOptions, $exception )
    public function testParsePhpOptionsError($phpOptions, $exception)
    {
        $this->setExpectedException('SensioLabs\\Melody\\Exception\\ParseException', $exception);
        $this->parser->parseConfiguration($phpOptions);
    }