Home
last modified time | relevance | path

Searched refs:innerConstraint (Results 1 – 2 of 2) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DAttribute.php67 $this->innerConstraint->toString();
H A DComposite.php16 protected $innerConstraint; variable in PHPUnit_Framework_Constraint_Composite
19 * @param PHPUnit_Framework_Constraint $innerConstraint
21 public function __construct(PHPUnit_Framework_Constraint $innerConstraint) argument
24 $this->innerConstraint = $innerConstraint;
48 return $this->innerConstraint->evaluate(
65 return count($this->innerConstraint);