chore: skip purposeful syntax error in Laravel third party tests

This commit is contained in:
Ryan Chandler 2022-12-09 01:48:18 +00:00
parent 825577d18d
commit e12abf8873
No known key found for this signature in database
GPG Key ID: F113BCADDB3B0CCA

View File

@ -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"
],
);
}