You are here

public function SpecificityTest::testValue in Zircon Profile 8.0

Same name and namespace in other branches
  1. 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

SpecificityTest

Namespace

Symfony\Component\CssSelector\Tests\Node

Code

public function testValue(Specificity $specificity, $value) {
  $this
    ->assertEquals($value, $specificity
    ->getValue());
}