Page MenuHomePhorge

UserEmailDomainTest.php
No OneTemporary

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
Thu, Jul 9, 7:42 PM (7 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1056090
Default Alt Text
UserEmailDomainTest.php (329 B)

Event Timeline