You are here

protected property PHPUnit_Framework_Constraint_TraversableContainsOnly::$type in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContainsOnly.php \PHPUnit_Framework_Constraint_TraversableContainsOnly::type

Type: string

File

vendor/phpunit/phpunit/src/Framework/Constraint/TraversableContainsOnly.php, line 27

Class

PHPUnit_Framework_Constraint_TraversableContainsOnly
Constraint that asserts that the Traversable it is applied to contains only values of a given type.

Code

protected $type;