summaryrefslogtreecommitdiffstats
path: root/tests/InstallTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/InstallTest.php')
-rw-r--r--tests/InstallTest.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/InstallTest.php b/tests/InstallTest.php
index e43f107..fe5dc4e 100644
--- a/tests/InstallTest.php
+++ b/tests/InstallTest.php
@@ -2,7 +2,8 @@
require_once 'GuzzleHarness.php';
-class InstallTest extends GuzzleHarness {
+class InstallTest extends GuzzleHarness
+{
public function setUp() : void
{
@@ -58,4 +59,4 @@ class InstallTest extends GuzzleHarness {
$this->assertEquals(200, $res->getStatusCode());
$this->assertStringContainsString('Your moonmoon is ready.', (string) $res->getBody());
}
-} \ No newline at end of file
+}