PHPUnit_Framework_Assert::assertAttributeEmpty
Asserts that a static attribute of a class or an attribute of an object is empty.
Signature
public function assertAttributeEmpty(string
$haystackAttributeName,
[mixed
$haystackClassOrObject = '',
[string
$message = '']] )
Parameters
$haystackAttributeName— string$haystackClassOrObject— mixed$message— string