Returns a PHPUnit_Framework_Constraint_ClassHasStaticAttribute matcher object.
@since Method available since Release 3.1.0
string $attributeName:
PHPUnit_Framework_Constraint_ClassHasStaticAttribute
public static function classHasStaticAttribute($attributeName) {
return new PHPUnit_Framework_Constraint_ClassHasStaticAttribute($attributeName);
}