You are here

protected static property ParentClassWithProtectedAttributes::$protectedStaticParentAttribute in Zircon Profile 8.0

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

File

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

Class

ParentClassWithProtectedAttributes

Code

protected static $protectedStaticParentAttribute = 'foo';