private static property ParentClassWithPrivateAttributes::$privateStaticParentAttribute in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/_files/ClassWithNonPublicAttributes.php \ParentClassWithPrivateAttributes::privateStaticParentAttribute
File
- vendor/
phpunit/ phpunit/ tests/ _files/ ClassWithNonPublicAttributes.php, line 4
Class
Code
private static $privateStaticParentAttribute = 'foo';