SpecificityTest
extends TestCase
Table of Contents
-
getCompareTestData()
: mixed
-
getValueTestData()
: mixed
-
testCompareTo()
: mixed
-
testPlusValue()
: mixed
-
testValue()
: mixed
getCompareTestData()
public
getCompareTestData() : mixed
Return values
mixed
—
getValueTestData()
public
getValueTestData() : mixed
Return values
mixed
—
testCompareTo()
public
testCompareTo(Specificity $a, Specificity $b, mixed $result) : mixed
Parameters
-
$a
: Specificity
-
-
$b
: Specificity
-
-
$result
: mixed
-
-
dataProvider
-
Return values
mixed
—
testPlusValue()
public
testPlusValue(Specificity $specificity, mixed $value) : mixed
Parameters
-
$specificity
: Specificity
-
-
$value
: mixed
-
-
dataProvider
-
Return values
mixed
—
testValue()
public
testValue(Specificity $specificity, mixed $value) : mixed
Parameters
-
$specificity
: Specificity
-
-
$value
: mixed
-
-
dataProvider
-
Return values
mixed
—