Skip to content

Commit 4b0b050

Browse files
committed
Add property to OutputDtoDummy to prevent tests failing with unsupported class from PropertyInfo extractor
1 parent 1acad91 commit 4b0b050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Fixtures/TestBundle/Dto/OutputDtoDummy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
*/
2121
class OutputDtoDummy
2222
{
23+
public $foo = 'foo';
2324
}

0 commit comments

Comments
 (0)