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

testParsePackagesError() public method

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