function assertAttributeNotCount

Asserts the number of elements of an array, Countable or Iterator that is stored in an attribute.

@since Method available since Release 3.6.0

Parameters

integer $expectedCount:

string $haystackAttributeName:

mixed $haystackClassOrObject:

string $message:

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php, line 368

Code

function assertAttributeNotCount($expectedCount, $haystackAttributeName, $haystackClassOrObject, $message = '') {
  return call_user_func_array('PHPUnit_Framework_Assert::assertAttributeNotCount', func_get_args());
}