Skip to content

Commit

Permalink
qa: add annotation so that test is passing for both metadata drivers
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Dec 7, 2023
1 parent 64da5ff commit e0fd33c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Fixtures/MissingAttributeObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ final class MissingAttributeObject
#[MissingAttribute]
public $property;

/**
* @VirtualProperty(name="propertyFromMethod")
*/
#[MissingAttribute]
#[VirtualProperty(name: 'propertyFromMethod')]
public function propertyMethod()
Expand Down

0 comments on commit e0fd33c

Please sign in to comment.