diff --git a/tests/WHMCSAddonTest.php b/tests/WHMCSAddonTest.php index 707a5ab..ec503e7 100644 --- a/tests/WHMCSAddonTest.php +++ b/tests/WHMCSAddonTest.php @@ -45,4 +45,4 @@ public function testRequiredConfigOptionsParametersAreDefined() $this->assertArrayHasKey('version', $result); $this->assertArrayHasKey('fields', $result); } -} \ No newline at end of file +} diff --git a/tests/_bootstrap.php b/tests/_bootstrap.php index f0e1745..d0e48f4 100644 --- a/tests/_bootstrap.php +++ b/tests/_bootstrap.php @@ -7,4 +7,4 @@ } // Include the WHMCS module. -require_once __DIR__ . '/../ispapidpi.php'; \ No newline at end of file +require_once __DIR__ . '/../ispapidpi.php';