public function ParserTest::getParseSeriesExceptionTestData in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/css-selector/Tests/Parser/ParserTest.php \Symfony\Component\CssSelector\Tests\Parser\ParserTest::getParseSeriesExceptionTestData()
File
- vendor/
symfony/ css-selector/ Tests/ Parser/ ParserTest.php, line 241
Class
Namespace
Symfony\Component\CssSelector\Tests\ParserCode
public function getParseSeriesExceptionTestData() {
return array(
array(
'foo',
),
array(
'n+',
),
);
}