Skip to content

Verify support of readonly properties #722

@Ocramius

Description

@Ocramius

readonly properties must be verified.

Taking ClassWithMixedReferenceableTypedProperties:

<?php
declare(strict_types=1);
namespace ProxyManagerTestAsset;
/**
* Base test class to play around with mixed visibility properties with different type definitions
*
* @author Marco Pivetta <[email protected]>
* @license MIT
*/
class ClassWithMixedReferenceableTypedProperties
{
public static $publicStaticUnTypedProperty = 'publicStaticUnTypedProperty';
public static $publicStaticUnTypedPropertyWithoutDefaultValue;

We need to add a ClassWithReadOnlyProperties, and integrate it in every test that uses ClassWithMixedReferenceableTypedProperties

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions