protected property PHPUnit_Framework_Constraint_ArraySubset::$subset in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/src/Framework/Constraint/ArraySubset.php \PHPUnit_Framework_Constraint_ArraySubset::subset
Type: array|ArrayAccess
File
- vendor/
phpunit/ phpunit/ src/ Framework/ Constraint/ ArraySubset.php, line 24
Class
- PHPUnit_Framework_Constraint_ArraySubset
- Constraint that asserts that the array it is evaluated for has a specified subset.
Code
protected $subset;