-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #810 [CI] Exclude builds for Symfony 6.4 and doctrine/persistence…
… 2.0 (GSadee, loic425) This PR was merged into the 1.11 branch. Discussion ---------- | Q | A | --------------- | ----- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | after #809 | License | MIT Fix after upmerge Commits ------- 1983dc7 [CI] Exclude builds for Symfony 6.4 and doctrine/persistence 2.0 891cdf4 Fix PHPUnit tests
- Loading branch information
Showing
11 changed files
with
78 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
tests/Application/src/Tests/Responses/subscriptions/create_validation_legacy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"type": "https://symfony.com/errors/validation", | ||
"title": "Validation Failed", | ||
"detail": "email: This value should not be blank.", | ||
"violations": [ | ||
{ | ||
"propertyPath": "email", | ||
"title": "This value should not be blank.", | ||
"parameters": { | ||
"{{ value }}": "\"\"" | ||
}, | ||
"type": "urn:uuid:c1051bb4-d103-4f74-8988-acbcafc7fdc3" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
tests/Application/src/Tests/Responses/subscriptions/create_validation_legacy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0"?> | ||
<response> | ||
<type>https://symfony.com/errors/validation</type> | ||
<title>Validation Failed</title> | ||
<detail>email: This value should not be blank.</detail> | ||
<violations> | ||
<propertyPath>email</propertyPath> | ||
<title>This value should not be blank.</title> | ||
<parameters> | ||
<item key="{{ value }}">""</item> | ||
</parameters> | ||
<type>urn:uuid:c1051bb4-d103-4f74-8988-acbcafc7fdc3</type> | ||
</violations> | ||
</response> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
tests/Application/src/Tests/Responses/subscriptions/update_validation_legacy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"type": "https://symfony.com/errors/validation", | ||
"title": "Validation Failed", | ||
"detail": "email: This value should not be blank.", | ||
"violations": [ | ||
{ | ||
"propertyPath": "email", | ||
"title": "This value should not be blank.", | ||
"parameters": { | ||
"{{ value }}": "\"\"" | ||
}, | ||
"type": "urn:uuid:c1051bb4-d103-4f74-8988-acbcafc7fdc3" | ||
} | ||
] | ||
} |
14 changes: 14 additions & 0 deletions
14
tests/Application/src/Tests/Responses/subscriptions/update_validation_legacy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0"?> | ||
<response> | ||
<type>https://symfony.com/errors/validation</type> | ||
<title>Validation Failed</title> | ||
<detail>email: This value should not be blank.</detail> | ||
<violations> | ||
<propertyPath>email</propertyPath> | ||
<title>This value should not be blank.</title> | ||
<parameters> | ||
<item key="{{ value }}">""</item> | ||
</parameters> | ||
<type>urn:uuid:c1051bb4-d103-4f74-8988-acbcafc7fdc3</type> | ||
</violations> | ||
</response> |