Skip to content

Commit

Permalink
added command to add enabled modules to code coverage includes
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Sep 22, 2024
1 parent 7eda3d2 commit df22b41
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/Commands/UpdatePhpunitCoverageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ public function test_no_modules_statuses_file()
$this->assertSame(99, $code);
}

public function test_modules_statuses_file_is_not_json()
{
$this->makePhpunit();
$this->makeModulesStatuses('not json');

$code = $this->artisan('module:update-phpunit-coverage');

$this->assertSame(98, $code);
}

private function MakePhpunit()
{
$phpunit = <<<'XML'
Expand Down

0 comments on commit df22b41

Please sign in to comment.