Page MenuHomePhorge

UserEmailDomainTest.php
No OneTemporary

Authored By
Unknown
Size
329 B
Referenced Files
None
Subscribers
None

UserEmailDomainTest.php

<?php
namespace Tests\Unit\Rules;
use App\Rules\UserEmailDomain;
use Illuminate\Support\Facades\Validator;
use Tests\TestCase;
class UserEmailDomainTest extends TestCase
{
/**
* Test validation of email domain
*/
public function testUserEmailDomain(): void
{
$this->markTestIncomplete();
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Apr 5, 11:09 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18780762
Default Alt Text
UserEmailDomainTest.php (329 B)

Event Timeline