-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Test not passing #584
Comments
For me this is failing too.
|
I think the PCRE pattern is too strict. But I can't reproduce this problem, either with bn_BD, or with ko_KR. I believe somewhere in the name arrays of these locales, are a couple of short names with special characters that can't be translitterated to ASCII... |
I've run the tests again with a clear install and the tests broke, giving this messages:
/home/jaschweder/Projetos/Faker/test/Faker/Provider/InternetTest.php:51
If this help, I use PHP 5.6.9 and the tests broke on Windows 8.1 and Fedora 22 |
I've also been seeing this problem. It occurs when the PHP module intl is not available. Korean and Bengali names are not transliterated by One solution would be to implement these scripts in Another is to require the intl module both for usage of certain locales (ko_KR and bn_BD) and for tests, or even for the whole package. Yet another would be to add a check to |
I think the unit test on email validity should require the |
move intl extension to require-dev in composer.json file
@fzaninotto , can you please take a look at the issue with my Pull Request at: https://travis-ci.org/fzaninotto/Faker/jobs/439557646 it says
Any help would be appreciated. |
Hi,
the file test/Faker/Provider/InternetTest.php has one test (testEmailIsValid, line 46) that is not passing to me, it try to assert that '[email protected]' is a valid Email Address, I'm not a sysadmin expert but one email called '[email protected]' exists or is the regex pattern in the test invalid ?
The text was updated successfully, but these errors were encountered: