public function CssSelectorTest::testCssToXPathWithoutPrefix in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/css-selector/Tests/CssSelectorTest.php \Symfony\Component\CssSelector\Tests\CssSelectorTest::testCssToXPathWithoutPrefix()
@dataProvider getCssToXPathWithoutPrefixTestData
File
- vendor/
symfony/ css-selector/ Tests/ CssSelectorTest.php, line 28
Class
Namespace
Symfony\Component\CssSelector\TestsCode
public function testCssToXPathWithoutPrefix($css, $xpath) {
$this
->assertEquals($xpath, CssSelector::toXPath($css, ''), '->parse() parses an input string and returns a node');
}