Problem/Motivation
In the test Drupal\Tests\Core\Test\TestDiscoveryTest::testGetTestsInProfiles() an instance of TestDiscovery is created with 3 parameters. The constructor of TestDiscovery only takes 2 parameters.
Proposed resolution
Remove the last parameter in the creation of the instance of TestDiscovery.
Remaining tasks
TBD
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
None