diff options
Diffstat (limited to 'tests/GuzzleHarness.php')
-rw-r--r-- | tests/GuzzleHarness.php | 3 |
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 +} |