You are here

protected property ParentClassWithProtectedAttributes::$protectedParentAttribute in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/tests/_files/ClassWithNonPublicAttributes.php \ParentClassWithProtectedAttributes::protectedParentAttribute

File

vendor/phpunit/phpunit/tests/_files/ClassWithNonPublicAttributes.php, line 11

Class

ParentClassWithProtectedAttributes

Code

protected $protectedParentAttribute = 'bar';