Skip to content

Instantly share code, notes, and snippets.

<?php
namespace Tests\Feature;
use App\Workflows\Tests\VerifyEmailAddress\VerifyEmailAddressWorkflow;
use Tests\TestCase;
use Workflow\WorkflowStub;
class EmailVerificationWorkflowPHPUnitTest extends TestCase
{