summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-28 01:34:29 +0300
committerGitHub <[email protected]>2018-01-28 01:34:29 +0300
commit22f00c76abdef783f73f1421e93198c86b7d9848 (patch)
tree3f533a3116b9ff9ba41bdccac63293d45c28fe4c /tests
parent816e8db60ce0ac6a874d4ebcfdedb1fe15f7b359 (diff)
Update client.php
Diffstat (limited to 'tests')
-rw-r--r--tests/client.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/client.php b/tests/client.php
index 1f1d21b1..31caa410 100644
--- a/tests/client.php
+++ b/tests/client.php
@@ -26,11 +26,10 @@ switch ($goridge) {
null,
Goridge\SocketRelay::SOCK_UNIX
);
-
break;
default:
die("invalid protocol selection");
}
-require_once sprintf("%s/%s.php", __DIR__, $test); \ No newline at end of file
+require_once sprintf("%s/%s.php", __DIR__, $test);