mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
chore: add symfony/polyfill to third party tests
This commit is contained in:
parent
78479f5861
commit
a2f4b37ace
3
.github/workflows/third-party-tests.yml
vendored
3
.github/workflows/third-party-tests.yml
vendored
@ -15,11 +15,12 @@ jobs:
|
||||
target:
|
||||
- 'php_standard_library'
|
||||
- 'php_parser'
|
||||
- 'symfony'
|
||||
- 'symfony_framework'
|
||||
- 'laravel'
|
||||
- 'yii'
|
||||
- 'mezzio'
|
||||
- 'spiral'
|
||||
- 'symfony_polyfill'
|
||||
|
||||
steps:
|
||||
- name: checkout
|
||||
|
@ -102,6 +102,17 @@ fn third_party_7_mezzio_framework() {
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn third_party_8_symfony_polyfill() {
|
||||
test_repository(
|
||||
"symfony-polyfill",
|
||||
"https://github.com/symfony/polyfill",
|
||||
"main",
|
||||
&["src", "tests"],
|
||||
&[],
|
||||
);
|
||||
}
|
||||
|
||||
fn test_repository(
|
||||
name: &str,
|
||||
repository: &str,
|
||||
|
Loading…
Reference in New Issue
Block a user