Home
last modified time | relevance | path

Searched refs:assertNotCount (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3339 $this->assertNotCount(2, [1, 2, 3]);
3342 $this->assertNotCount(2, [1, 2]);
3355 $this->assertNotCount('a', []);
3363 $this->assertNotCount(2, '');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php992 function assertNotCount($expectedCount, $haystack, $message = '') function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php427 public static function assertNotCount($expectedCount, $haystack, $message = '') function in PHPUnit_Framework_Assert
457 static::assertNotCount(