Skip to content

Error on tests #1

@mateusgalasso

Description

@mateusgalasso

ErrorException : array_values() expects parameter 1 to be array, null given
C:\SGP-Laravel\vendor\binarybuilds\laravel-mail-manager\src\Managers\NotificationManager.php:31

But I'm using App\User from Laravel

/**
* Route notifications for the mail channel.
*
* @param Notification $notification
* @return string
*/
public function routeNotificationForMail($notification)
{
return $this->ds_email;
}

and this user has email

Works when is not in test environment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions