Asserts the number of elements of an array, Countable or Iterator.
integer $expectedCount:
mixed $haystack:
string $message:
function assertCount($expectedCount, $haystack, $message = '') {
return call_user_func_array('PHPUnit_Framework_Assert::assertCount', func_get_args());
}