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.
2 parents e5c4146 + 41fc7d5 commit 10495a2Copy full SHA for 10495a2
tests/Core/Runner/PrintProgressTest.php
@@ -86,6 +86,9 @@ protected function tearDown(): void
86
self::$config->showProgress = true;
87
self::$fileWithoutErrorsOrWarnings->ignored = false;
88
89
+ // Reset all static properties on the StatusWriter class.
90
+ $this->resetStatusWriterProperties();
91
+
92
}//end tearDown()
93
94
0 commit comments