PHPUnit_Framework_Assert::getStaticAttribute
Returns the value of a static attribute.
This also works for attributes that are declared protected or private.
Signature
public function getStaticAttribute(string
$className,
string
$attributeName )
Parameters
$className— string$attributeName— string
Returns
- mixed