Commit 8c61db16 authored by catch's avatar catch
Browse files

Issue #3351073 by Spokje: Fix PHPStan L1 errors "Annotation "@covers::foo" is...

Issue #3351073 by Spokje: Fix PHPStan L1 errors "Annotation "@covers::foo" is invalid, "@covers" should be followed by a space and a value."
parent 8496c2c3
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -1850,11 +1850,6 @@ parameters:
			count: 1
			path: modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php

		-
			message: "#^Annotation \"@covers\\:\\:getMultiple\" is invalid, \"@covers\" should be followed by a space and a value\\.$#"
			count: 1
			path: modules/migrate/tests/src/Unit/RowTest.php

		-
			message: "#^@dataProvider providerTestLog\\(\\) related method not found\\.$#"
			count: 1
@@ -3090,11 +3085,6 @@ parameters:
			count: 1
			path: modules/views/tests/src/Kernel/Handler/FieldFieldTest.php

		-
			message: "#^Annotation \"@covers\\:\\:opEqual\" is invalid, \"@covers\" should be followed by a space and a value\\.$#"
			count: 2
			path: modules/views/tests/src/Kernel/Handler/FilterCombineTest.php

		-
			message: "#^Variable \\$rand1 might not be defined\\.$#"
			count: 2
@@ -3550,11 +3540,6 @@ parameters:
			count: 1
			path: tests/Drupal/Tests/Component/Utility/HtmlTest.php

		-
			message: "#^Annotation \"@covers\\:\\:ensureComposerVersion\" is invalid, \"@covers\" should be followed by a space and a value\\.$#"
			count: 1
			path: tests/Drupal/Tests/Composer/ComposerTest.php

		-
			message: "#^Result of static method Drupal\\\\Composer\\\\Composer\\:\\:ensureComposerVersion\\(\\) \\(void\\) is used\\.$#"
			count: 1
@@ -3964,8 +3949,3 @@ parameters:
			message: "#^Missing call to parent\\:\\:setUp\\(\\) method\\.$#"
			count: 1
			path: tests/Drupal/Tests/Core/Utility/TokenTest.php

		-
			message: "#^Annotation \"@covers\\:\\:buildLocalUrl\" is invalid, \"@covers\" should be followed by a space and a value\\.$#"
			count: 1
			path: tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.