Skip to content

Commit

Permalink
stub tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Dec 7, 2024
1 parent ba0a3fd commit 0e833a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/Unit/Servers/Reverb/Publishing/RedisPubSubProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,17 @@

$provider->subscribe();
})->skip();

it('can successfully reconnect', function () {})->todo();

it('can timeout and fail when unable to reconnect', function () {})->todo();

it('queues subscription events', function () {})->todo();

it('can process queued subscription events', function () {})->todo();

it('queues publish events', function () {})->todo();

it('can process queued publish events', function () {})->todo();

it('does not attempt to reconnect after a controlled disconnection', function () {})->todo();

0 comments on commit 0e833a1

Please sign in to comment.