You are here

private property ParentClassWithPrivateAttributes::$privateParentAttribute in Zircon Profile 8.0

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

File

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

Class

ParentClassWithPrivateAttributes

Code

private $privateParentAttribute = 'bar';