Skip to content

Instantly share code, notes, and snippets.

View Wulfheart's full-sized avatar

Alex Wulfheart

  • Kulmbach, Germany
  • 14:18 (UTC -12:00)
  • X @alexfwulf
View GitHub Profile
<?php
namespace Tests;
use Illuminate\Contracts\Auth\Authenticatable;
use Illuminate\Foundation\Http\FormRequest;
use Illuminate\Validation\ValidationException;
use Illuminate\Validation\Validator;
use Symfony\Component\HttpFoundation\ParameterBag;
use function PHPUnit\Framework\assertFalse;