chore: add nikic/PHP-Parser to third party tests

This commit is contained in:
Ryan Chandler 2022-12-07 00:23:52 +00:00
parent e7c83fe768
commit 385ff84e18
No known key found for this signature in database
GPG Key ID: F113BCADDB3B0CCA

View File

@ -56,6 +56,21 @@ fn third_party_3_symfony_framework() {
);
}
#[test]
fn third_party_4_nikic_php_parser() {
test_repository(
"nikic/PHP-Parser",
"https://github.com/nikic/PHP-Parser",
"4.x",
&[
"lib/PhpParser",
"grammar",
"test"
],
&[],
);
}
fn test_repository(
name: &str,
repository: &str,