Skip to content

Commit

Permalink
Removed beyondcode/laravel-websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet committed Mar 12, 2024
1 parent 0ef2d21 commit 7c55566
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 181 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ jobs:
cd app
./vendor/laravel/dusk/bin/chromedriver-linux &
- name: Start Laravel Websockets
run: |
cd app
php artisan websockets:serve &
# - name: Start Laravel Websockets
# run: |
# cd app
# php artisan websockets:serve &

- name: Start SSR server
run: |
Expand Down
1 change: 0 additions & 1 deletion app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"license": "MIT",
"require": {
"php": "^8.3|^8.2",
"beyondcode/laravel-websockets": "^1.13",
"guzzlehttp/guzzle": "^7.2",
"kirschbaum-development/eloquent-power-joins": "^3.0",
"laravel/sanctum": "^3.2|^4.0",
Expand Down
141 changes: 0 additions & 141 deletions app/config/websockets.php

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions app/tests/Browser/EventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ class EventTest extends DuskTestCase
{
use UsesWebsocketsServerTrait;

public function setUp(): void
{
parent::setUp();

$this->markTestSkipped('Temporarily skipped until Laravel Reverb has been released.');
}

/** @test */
public function it_can_redirect_on_an_event()
{
Expand Down

0 comments on commit 7c55566

Please sign in to comment.