Asserts that a class does not have a specified static attribute.
@since Method available since Release 3.1.0
string $attributeName:
string $className:
string $message:
function assertClassNotHasStaticAttribute($attributeName, $className, $message = '') {
return call_user_func_array('PHPUnit_Framework_Assert::assertClassNotHasStaticAttribute', func_get_args());
}