diff --git a/.github/workflows/test-levels-composer.patch b/.github/workflows/test-levels-composer.patch index 1d9519312f..8ab6162b3e 100644 --- a/.github/workflows/test-levels-composer.patch +++ b/.github/workflows/test-levels-composer.patch @@ -1,13 +1,16 @@ diff --git a/composer.json b/composer.json -index 6dde20b5f..ad0feef24 100644 +index 6dde20b5f..7ea244ee1 100644 --- a/composer.json +++ b/composer.json -@@ -116,8 +116,8 @@ +@@ -116,8 +116,11 @@ ] }, "classmap": [ - "tests/e2e", - "tests/PHPStan" ++ "tests/PHPStan/Rules/Methods/data/returnTypes.php", ++ "tests/PHPStan/Rules/Methods/data/returnTypes-defined.php", ++ "tests/PHPStan/Rules/Properties/data/access-properties.php", + "tests/PHPStan/Generics", + "tests/PHPStan/Levels" ]