mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-09-14 20:16:43 +00:00
Compare commits
2 Commits
4.0.3
...
gh-actions-env
| Author | SHA1 | Date | |
|---|---|---|---|
| 0311a5f117 | |||
| 9d48c27245 |
@@ -25,6 +25,7 @@ jobs:
|
|||||||
|
|
||||||
name: PHP ${{ matrix.php }} / ${{ matrix.deps }}
|
name: PHP ${{ matrix.php }} / ${{ matrix.deps }}
|
||||||
|
|
||||||
|
environment: Test
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -150,6 +150,8 @@ class RFCValidationTest extends TestCase
|
|||||||
['\r\n \r\n test@iana.org'],
|
['\r\n \r\n test@iana.org'],
|
||||||
['test;123@foobar.com'],
|
['test;123@foobar.com'],
|
||||||
['examp║le@symfony.com'],
|
['examp║le@symfony.com'],
|
||||||
|
['example@invalid-.domain.com'],
|
||||||
|
['example@-invalid.com'],
|
||||||
['0'],
|
['0'],
|
||||||
[0],
|
[0],
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user