larastreamers icon indicating copy to clipboard operation
larastreamers copied to clipboard

Failing tests when running locally

Open JonPurvis opened this issue 2 years ago • 0 comments

The following tests are currently failing when running the test suite locally:

  • Tests\Feature\Http\Livewire\SubmitYouTubeLiveStreamTest > it shows a success message with full youtube url too
  • Tests\Feature\Http\Livewire\SubmitYouTubeLiveStreamTest > it clears out the form after submission
  • Tests\Feature\Http\Livewire\SubmitYouTubeLiveStreamTest > it shows a success message

With the following error:

An email must have a "From" or a "Sender" header.

Possibly due to Symfony Mailer being updated? I think we can specify a value in the phpunit.xml file for this.

JonPurvis avatar Aug 15 '22 00:08 JonPurvis