Home
last modified time | relevance | path

Searched refs:getCountOf (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DCount.php37 return $this->expectedCount === $this->getCountOf($other);
45 protected function getCountOf($other) function in PHPUnit_Framework_Constraint_Count
107 $this->getCountOf($other),
H A DSameSize.php23 parent::__construct($this->getCountOf($expected));