protected property PHPUnit_Framework_Constraint_ClassHasAttribute::$attributeName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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;