Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 64b0fa8

Browse files
committed
Removed the setupReplication trait
1 parent 279dd62 commit 64b0fa8

6 files changed

+5
-72
lines changed

tests/Channels/ChannelReplicationTest.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22

33
namespace BeyondCode\LaravelWebSockets\Tests\Channels;
44

5-
use BeyondCode\LaravelWebSockets\Tests\TestsReplication;
6-
75
class ChannelReplicationTest extends ChannelTest
86
{
9-
use TestsReplication;
10-
11-
public function setUp(): void
12-
{
13-
parent::setUp();
14-
15-
$this->setupReplication();
16-
}
7+
//
178
}

tests/Channels/PresenceChannelReplicationTest.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22

33
namespace BeyondCode\LaravelWebSockets\Tests\Channels;
44

5-
use BeyondCode\LaravelWebSockets\Tests\TestsReplication;
6-
75
class PresenceChannelReplicationTest extends PresenceChannelTest
86
{
9-
use TestsReplication;
10-
11-
public function setUp(): void
12-
{
13-
parent::setUp();
14-
15-
$this->setupReplication();
16-
}
7+
//
178
}

tests/HttpApi/FetchChannelReplicationTest.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22

33
namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
44

5-
use BeyondCode\LaravelWebSockets\Tests\TestsReplication;
6-
75
class FetchChannelReplicationTest extends FetchChannelTest
86
{
9-
use TestsReplication;
10-
11-
public function setUp(): void
12-
{
13-
parent::setUp();
14-
15-
$this->setupReplication();
16-
}
7+
//
178
}

tests/HttpApi/FetchChannelsReplicationTest.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22

33
namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
44

5-
use BeyondCode\LaravelWebSockets\Tests\TestsReplication;
6-
75
class FetchChannelsReplicationTest extends FetchChannelsTest
86
{
9-
use TestsReplication;
10-
11-
public function setUp(): void
12-
{
13-
parent::setUp();
14-
15-
$this->setupReplication();
16-
}
7+
//
178
}

tests/HttpApi/FetchUsersReplicationTest.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,7 @@
22

33
namespace BeyondCode\LaravelWebSockets\Tests\HttpApi;
44

5-
use BeyondCode\LaravelWebSockets\Tests\TestsReplication;
6-
75
class FetchUsersReplicationTest extends FetchUsersTest
86
{
9-
use TestsReplication;
10-
11-
public function setUp(): void
12-
{
13-
parent::setUp();
14-
15-
$this->setupReplication();
16-
}
7+
//
178
}

tests/TestsReplication.php

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)