From 22f00c76abdef783f73f1421e93198c86b7d9848 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sun, 28 Jan 2018 01:34:29 +0300 Subject: Update client.php --- tests/client.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') 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); -- cgit v1.2.3