Unverified Commit 6eb57f0c authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3260710 by mglaman: UpdateUploaderTestBase must be declared abstract

parent 01bd426e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
/**
 * Base test class for tests that test project upload functionality.
 */
class UpdateUploaderTestBase extends UpdateTestBase {
abstract class UpdateUploaderTestBase extends UpdateTestBase {

  /**
   * {@inheritdoc}
+0 −5
Original line number Diff line number Diff line
@@ -670,11 +670,6 @@ parameters:
			count: 4
			path: modules/update/src/UpdateProcessor.php

		-
			message: "#^Drupal\\\\Tests\\\\BrowserTestBase\\:\\:\\$defaultTheme is required\\. See https\\://www\\.drupal\\.org/node/3083055, which includes recommendations on which theme to use\\.$#"
			count: 1
			path: modules/update/tests/src/Functional/UpdateUploaderTestBase.php

		-
			message: "#^Call to deprecated constant REQUEST_TIME\\: Deprecated in drupal\\:8\\.3\\.0 and is removed from drupal\\:10\\.0\\.0\\. Use \\\\Drupal\\:\\:time\\(\\)\\-\\>getRequestTime\\(\\); $#"
			count: 1