8000 [11.x] Add fluent URL validation class rule by shaedrich · Pull Request #54519 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content

[11.x] Add fluent URL validation class rule #54519

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing import
  • Loading branch information
shaedrich authored Feb 8, 2025
commit 0c934b369abf0fae92b3d5cdddd17a28504e4abe
1 change: 1 addition & 0 deletions tests/Validation/ValidationUrlRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Illuminate\Tests\Validation;

use PHPUnit\Framework\TestCase;
use PHPUnit\Framework\Attributes\TestWith;

class ValidationUrlRuleTest extends TestCase
Expand Down
Loading
0