mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
chore: skip purposeful syntax error in Laravel third party tests
This commit is contained in:
parent
825577d18d
commit
e12abf8873
@ -29,7 +29,10 @@ fn third_party_2_laravel_framework() {
|
||||
"https://github.com/laravel/framework",
|
||||
"9.x",
|
||||
&["src", "tests"],
|
||||
&[],
|
||||
&[
|
||||
// file contains syntax error for testing.
|
||||
"tests/Foundation/fixtures/bad-syntax-strategy.php"
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user