Skip to content

Commit 1d04258

Browse files
F#78299 US#190650 T#207172 add the support of multi coverage file for the baseline command + raises an error when the custom coverage can be increased
1 parent c03cf53 commit 1d04258

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Command/BaselineCommand.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@
2323
*/
2424
class BaselineCommand extends Command
2525
{
26-
public function __construct(string $name = null)
27-
{
28-
parent::__construct($name);
29-
$this->configFactory = new ConfigFactory();
30-
$this->schemaPath = dirname(__DIR__, 2) . '/resources/phpfci.xsd';
31-
}
32-
3326
protected function configure(): void
3427
{
3528
$this->setName("baseline")

0 commit comments

Comments
 (0)