Skip to content

Commit

Permalink
Merge pull request #364 from Automattic/fix/test-results-output-dump
Browse files Browse the repository at this point in the history
Rename class "ResultsOutputDump" in test to match file name
  • Loading branch information
gudmdharalds authored Jun 12, 2023
2 parents 0b02054 + 4fe0c3f commit a78c07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/ResultsOutputDumpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
*/
final class ResultsOutputDump extends TestCase {
final class ResultsOutputDumpTest extends TestCase {
/**
* Temporary file to dump results to.
*
Expand Down

0 comments on commit a78c07f

Please sign in to comment.