Home
last modified time | relevance | path

Searched refs:countOf (Results 1 – 4 of 4) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2741 public static function countOf($count) function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2938 $this->assertThat([1], $this->countOf(1));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1682 function countOf($count) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md88 * Fixed [#2558](https://github.com/sebastianbergmann/phpunit/issues/2558): `countOf()` function is …