Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eeaea83

Browse files
fix merge
1 parent d1c754d commit eeaea83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/PropertyInfo/Tests/Extractors/ReflectionExtractorTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public function testGetPropertiesWithCustomPrefixes()
7373
'B',
7474
'Guid',
7575
'g',
76+
'emptyVar',
7677
'foo',
7778
'foo2',
7879
'foo3',
@@ -100,6 +101,7 @@ public function testGetPropertiesWithNoPrefixes()
100101
'B',
101102
'Guid',
102103
'g',
104+
'emptyVar',
103105
'foo',
104106
'foo2',
105107
'foo3',

0 commit comments

Comments
 (0)