public function SpecificityTest::testValue in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/css-selector/Tests/Node/SpecificityTest.php \Symfony\Component\CssSelector\Tests\Node\SpecificityTest::testValue()
@dataProvider getValueTestData
File
- vendor/
symfony/ css-selector/ Tests/ Node/ SpecificityTest.php, line 19
Class
Namespace
Symfony\Component\CssSelector\Tests\NodeCode
public function testValue(Specificity $specificity, $value) {
$this
->assertEquals($value, $specificity
->getValue());
}