Illuminate\Foundation\Testing\Concerns\InteractsWithSession::withSession PHP Method

withSession() public method

Set the session to the given array.
public withSession ( array $data )
$data array
    public function withSession(array $data)
    {
        $this->session($data);
        return $this;
    }