Skip to content

Commit

Permalink
Remove empty lines, DEV-364
Browse files Browse the repository at this point in the history
  • Loading branch information
RanaMuhammadIrshad committed Jan 31, 2024
1 parent 21ab406 commit 91cd3dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Test/Integration/ModuleConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ public function testTheModuleIsRegistered(): void
$this->assertArrayHasKey($this->subjectModuleName, $registrar->getPaths(ComponentRegistrar::MODULE));
}


public function testIsExtensionEnabledReturnsFalseByDefault(): void
{
$this->assertFalse($this->model->isExtensionEnabled());
Expand All @@ -60,6 +59,4 @@ public function testIsExtensionEnabledReturnsTrue(): void
{
$this->assertTrue($this->model->isExtensionEnabled());
}


}

0 comments on commit 91cd3dc

Please sign in to comment.