From bb5599f6cd1ff5175587d04b0717b716b090d7c8 Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Mon, 31 Aug 2020 11:05:41 +0300 Subject: [PATCH] Revert "Fixed tests" This reverts commit 6ddf5900e269293b3ee19489fede3413d9d49250. --- .../TestsWebSockets.php} | 15 ++++++++++++--- tests/TestCase.php | 6 +++++- 2 files changed, 17 insertions(+), 4 deletions(-) rename tests/{WebSocketsTestCase.php => Concerns/TestsWebSockets.php} (89%) diff --git a/tests/WebSocketsTestCase.php b/tests/Concerns/TestsWebSockets.php similarity index 89% rename from tests/WebSocketsTestCase.php rename to tests/Concerns/TestsWebSockets.php index e90ece0..86bc9ab 100644 --- a/tests/WebSocketsTestCase.php +++ b/tests/Concerns/TestsWebSockets.php @@ -1,10 +1,19 @@