You are here

protected property PHPUnit_Framework_Constraint_ClassHasAttribute::$attributeName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/Constraint/ClassHasAttribute.php \PHPUnit_Framework_Constraint_ClassHasAttribute::attributeName

Type: string

File

vendor/phpunit/phpunit/src/Framework/Constraint/ClassHasAttribute.php, line 24

Class

PHPUnit_Framework_Constraint_ClassHasAttribute
Constraint that asserts that the class it is evaluated for has a given attribute.

Code

protected $attributeName;