function classHasStaticAttribute

Returns a PHPUnit_Framework_Constraint_ClassHasStaticAttribute matcher object.

@since Method available since Release 3.1.0

Parameters

string $attributeName:

Return value

PHPUnit_Framework_Constraint_ClassHasStaticAttribute

File

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

Code

function classHasStaticAttribute($attributeName) {
  return call_user_func_array('PHPUnit_Framework_Assert::classHasStaticAttribute', func_get_args());
}