Skip to content

Commit 9ddc3a0

Browse files
Remove broken autoremovebuilds test (#2784)
The `autoremovebuilds` test is completely broken, and is not hooked up to anything in our test infrastructure. Given that the functionality it tests has been superseded by newer logic, this test is no longer relevant. This PR pulls out these specific changes from the broader changes in #2698 to reduce the number of different changes in #2698.
1 parent 927eca9 commit 9ddc3a0

File tree

2 files changed

+0
-80
lines changed

2 files changed

+0
-80
lines changed

app/cdash/tests/test_autoremovebuilds.php

Lines changed: 0 additions & 55 deletions
This file was deleted.

phpstan-baseline.neon

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -19742,31 +19742,6 @@ parameters:
1974219742
count: 1
1974319743
path: app/cdash/tests/test_authtoken.php
1974419744

19745-
-
19746-
message: "#^Call to an undefined method AutoRemoveBuildsTestCase\\:\\:launchViaCommandLine\\(\\)\\.$#"
19747-
count: 2
19748-
path: app/cdash/tests/test_autoremovebuilds.php
19749-
19750-
-
19751-
message: "#^Call to deprecated method pass\\(\\) of class SimpleTestCase\\.$#"
19752-
count: 1
19753-
path: app/cdash/tests/test_autoremovebuilds.php
19754-
19755-
-
19756-
message: "#^Implicit array creation is not allowed \\- variable \\$argv does not exist\\.$#"
19757-
count: 1
19758-
path: app/cdash/tests/test_autoremovebuilds.php
19759-
19760-
-
19761-
message: "#^Method AutoRemoveBuildsTestCase\\:\\:testAutoRemoveBuilds\\(\\) has no return type specified\\.$#"
19762-
count: 1
19763-
path: app/cdash/tests/test_autoremovebuilds.php
19764-
19765-
-
19766-
message: "#^Parameter \\#1 \\$haystack of function str_contains expects string, string\\|false given\\.$#"
19767-
count: 3
19768-
path: app/cdash/tests/test_autoremovebuilds.php
19769-
1977019745
-
1977119746
message: """
1977219747
#^Call to deprecated function pdo_fetch_array\\(\\)\\:

0 commit comments

Comments
 (0)