summaryrefslogtreecommitdiffstats
path: root/tests/GuzzleHarness.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/GuzzleHarness.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/GuzzleHarness.php')
-rw-r--r--tests/GuzzleHarness.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/GuzzleHarness.php b/tests/GuzzleHarness.php
index 443235d..7273ba8 100644
--- a/tests/GuzzleHarness.php
+++ b/tests/GuzzleHarness.php
@@ -16,5 +16,4 @@ class GuzzleHarness extends TestCase
'timeout' => 1,
]);
}
-
-} \ No newline at end of file
+}