Commit 41a53d5
committed
bug #1371 fix: use concrete class (instead of anon) for test (kbond)
This PR was merged into the 2.x branch.
Discussion
----------
fix: use concrete class (instead of anon) for test
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | #1369
| License | MIT
`symfony/property-accessor` doesn't appear to parse object types from anon class props when imported. This is a quick fix to get the CI passing.
Commits
-------
e9046f2 fix: use concrete class (instead of anon) for testFile tree
1 file changed
+8
-5
lines changed- src/LiveComponent/tests/Integration
1 file changed
+8
-5
lines changedLines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
750 | 750 | | |
751 | 751 | | |
752 | 752 | | |
753 | | - | |
754 | | - | |
755 | | - | |
756 | | - | |
757 | | - | |
| 753 | + | |
758 | 754 | | |
759 | 755 | | |
760 | 756 | | |
| |||
1643 | 1639 | | |
1644 | 1640 | | |
1645 | 1641 | | |
| 1642 | + | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
| 1648 | + | |
0 commit comments