mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +01:00
cargo fmt
This commit is contained in:
parent
663454e5f5
commit
fd39801719
@ -123,49 +123,27 @@ fn phabel() {
|
|||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn psalm() {
|
fn psalm() {
|
||||||
test_repository(
|
test_repository("psalm", "https://github.com/vimeo/psalm", &[]);
|
||||||
"psalm",
|
|
||||||
"https://github.com/vimeo/psalm",
|
|
||||||
&[],
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn phpstan() {
|
fn phpstan() {
|
||||||
test_repository(
|
test_repository("phpstan", "https://github.com/phpstan/phpstan", &[]);
|
||||||
"phpstan",
|
|
||||||
"https://github.com/phpstan/phpstan",
|
|
||||||
&[],
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn phpstan_src() {
|
fn phpstan_src() {
|
||||||
test_repository(
|
test_repository("phpstan-src", "https://github.com/phpstan/phpstan-src", &[]);
|
||||||
"phpstan-src",
|
|
||||||
"https://github.com/phpstan/phpstan-src",
|
|
||||||
&[],
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn rector() {
|
fn rector() {
|
||||||
test_repository(
|
test_repository("rector", "https://github.com/rectorphp/rector", &[]);
|
||||||
"rector",
|
|
||||||
"https://github.com/rectorphp/rector",
|
|
||||||
&[],
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn rector_src() {
|
fn rector_src() {
|
||||||
test_repository(
|
test_repository("rector-src", "https://github.com/rectorphp/rector-src", &[]);
|
||||||
"rector-src",
|
|
||||||
"https://github.com/rectorphp/rector-src",
|
|
||||||
&[],
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user