You are here

protected property ParentClassWithProtectedAttributes::$protectedParentAttribute in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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';