We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444c260 commit 6a0d2fbCopy full SHA for 6a0d2fb
src/Generators/PestTestsGenerator.php
@@ -51,7 +51,7 @@ protected function convertRoutesToTestsString(array $routes, string $serversUrl,
51
responseCode: $responseCode,
52
);
53
54
- if ($onlyNewMethods && ($methodExists || $responseCode >= 300)) {
+ if ($onlyNewMethods && $methodExists) {
55
continue;
56
}
57
0 commit comments