Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Dec 15, 2023
1 parent 89c92ec commit 947758a
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions tests/smoke-composer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ output:
- type: create_pull_request
expect:
data:
base-commit-sha: 0dae96b7938dc857a9b8f2a5b0a950735aceb15a
base-commit-sha: 509a98a45a6f933ffd49ca7f2c26815c693b3d76
dependencies:
- name: phpstan/phpstan
previous-requirements:
Expand Down Expand Up @@ -130,7 +130,13 @@ output:
"require-dev": {
"phpstan/phpstan": "1.10.25",
"phpstan/phpstan-strict-rules": "1.5.1"
}
},
"repositories": [
{
"type": "artifact",
"url": "artifacts/zips"
}
]
}
content_encoding: utf-8
deleted: false
Expand All @@ -146,7 +152,7 @@ output:
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "bef1ede67a31f889005919fa425b8f97",
"content-hash": "1aaf816ee5e12a52caa401c80ed8437d",
"packages": [
{
"name": "phpmailer/phpmailer",
Expand Down Expand Up @@ -352,7 +358,7 @@ output:
- type: create_pull_request
expect:
data:
base-commit-sha: 0dae96b7938dc857a9b8f2a5b0a950735aceb15a
base-commit-sha: 509a98a45a6f933ffd49ca7f2c26815c693b3d76
dependencies:
- name: phpmailer/phpmailer
previous-requirements:
Expand Down Expand Up @@ -382,7 +388,13 @@ output:
"require-dev": {
"phpstan/phpstan": "1.10.23",
"phpstan/phpstan-strict-rules": "1.5.0"
}
},
"repositories": [
{
"type": "artifact",
"url": "artifacts/zips"
}
]
}
content_encoding: utf-8
deleted: false
Expand All @@ -398,7 +410,7 @@ output:
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e883879a43e9d74f72438a060ea99e6f",
"content-hash": "2de928df1dcd19a218e9b414bab91e9d",
"packages": [
{
"name": "phpmailer/phpmailer",
Expand Down Expand Up @@ -762,4 +774,4 @@ output:
- type: mark_as_processed
expect:
data:
base-commit-sha: 0dae96b7938dc857a9b8f2a5b0a950735aceb15a
base-commit-sha: 509a98a45a6f933ffd49ca7f2c26815c693b3d76

0 comments on commit 947758a

Please sign in to comment.