mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
chore: add nikic/PHP-Parser to third party tests
This commit is contained in:
parent
e7c83fe768
commit
385ff84e18
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user