summaryrefslogtreecommitdiffstats
path: root/tests/InstallTest.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rdalverny@gmail.com>2022-01-11 12:36:17 +0100
committerRomain d'Alverny <rdalverny@gmail.com>2022-01-11 12:36:17 +0100
commit138865bbde25bb6193930c98e30c33913d19e367 (patch)
tree626e8e26dd4f4776ce9f8cd743987f08377127ed /tests/InstallTest.php
parent5f2b708377aec4bc5f1d731dfbb50557552d0482 (diff)
downloadplanet-138865bbde25bb6193930c98e30c33913d19e367.tar
planet-138865bbde25bb6193930c98e30c33913d19e367.tar.gz
planet-138865bbde25bb6193930c98e30c33913d19e367.tar.bz2
planet-138865bbde25bb6193930c98e30c33913d19e367.tar.xz
planet-138865bbde25bb6193930c98e30c33913d19e367.zip
Install code QA helpers, enforce PSR2
Installs phpcs, phpmd, parallel-lint, phpstan.
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
+}