From 138865bbde25bb6193930c98e30c33913d19e367 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 11 Jan 2022 12:36:17 +0100 Subject: Install code QA helpers, enforce PSR2 Installs phpcs, phpmd, parallel-lint, phpstan. --- tests/InstallTest.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/InstallTest.php') 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 +} -- cgit v1.2.1