1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-24 01:09:50 +01:00

702 Commits

Author SHA1 Message Date
Francois Zaninotto
2889234cf0 Merge pull request #310 from hugofonseca/payment_pt
added pt_PT payment
2014-04-24 10:57:28 +02:00
Hugo Fonseca
70f30de162 added pt payment 2014-04-23 23:05:40 +01:00
Francois Zaninotto
54f93f9fc6 Merge pull request #301 from hugofonseca/internet_pt
added tests for Internet , add pt_pt Person , add pt_pt Internet and tests
2014-04-23 16:04:50 +02:00
Hugo Fonseca
b00358942f added tests for Internet , add pt_pt Person , add pt_pt Internet and tests 2014-04-21 22:58:40 +01:00
Francois Zaninotto
3a03f26ea3 Merge pull request #307 from hugofonseca/master
fix generator doc block #303
2014-04-21 22:53:35 +02:00
Francois Zaninotto
62191508b5 Merge pull request #298 from hugofonseca/master_replic
implemented tin (NIF) generator for pt_PT provider
2014-04-21 22:52:44 +02:00
Hugo Fonseca
92eb9aeae5 implemented tin (NIF) generator for pt_PT provider 2014-04-21 21:42:28 +01:00
Hugo Fonseca
3508244fe4 fix generator doc block 2014-04-21 21:32:12 +01:00
Francois Zaninotto
cabb1cb455 Merge pull request #306 from fzaninotto/number_between_zero
Fix numberBetween max default value handling
2014-04-21 22:04:43 +02:00
Francois Zaninotto
d022072b5a Fix numberBetween max default value handling
Closes #305
2014-04-21 22:03:38 +02:00
Francois Zaninotto
470033ae8e Merge pull request #302 from hugofonseca/patch-2
removed unused var
2014-04-17 22:45:41 +02:00
Hugo Fonseca
cf6ff8ea7c removed unused var 2014-04-17 01:49:30 +01:00
Francois Zaninotto
d0f6a36aca Merge pull request #297 from hugofonseca/master
added pt_pt phone number and tests
2014-04-16 20:52:45 +02:00
Hugo Fonseca
9fd4707d11 fixed should not concatenate 2014-04-16 11:15:48 +01:00
Hugo Fonseca
37027f4768 removing unnecessary things 2014-04-15 18:32:40 +01:00
Francois Zaninotto
89345a3ccc Merge pull request #279 from stefanosala/feature/fileCopy
Added fileCopy to File provider to simulate file upload
2014-04-14 14:22:41 +02:00
Francois Zaninotto
7a1cd40c6c Merge pull request #114 from csanquer/feature_firstname_gender
Add firstname gender method to all Person provider
2014-04-14 14:12:42 +02:00
Charles SANQUER
faa49e4e54 add gender parameter to Person firstname and name methods
add FirstNameMale and FirstNameFemale method to all Person classes

add gender parameter to some localized lastname and prefix method

update README

add missing prefix method for bg_BG Person provider

set male and female firstnames for netherland locales

refactore is_IS firstname providers

add more values for gender parameter

rename person prefix methods to title and refactore them

separate male and female en_US firstname

update all Person Providers

add some unit tests for man, woman firstname and title

replace male and female title by academic degrees only for pl_PL

add polish names source comment

update male and female firstname for fr_FR, fr_CA and fr_BE

update male and female firstnames for es_AR, es_ES and es_PE

update male and female firstnames for pt_BR

update male and female firstnames and titles for it_IT

change title behavior for cs_CZ

update male and female firstnames for da_DK

change title behavior for nl_NL

update male and female firstnames for hu_HU

fix PSR2 coding style

fix PSR2 coding style

update male and female bengali titles

fix firstnames unit tests for me_ME

update male and female firstnames and titles for en_ZA and fi_FI (some names stay with gender unkown)

update male and female firstnames for lv_LV

update male and female firstnames for tr_TR

update male and female firstnames for zh_CN

update male and female firstnames for ja_JP

update male and female firstnames for fi_FI

update male and female firstnames for bn_BD

update male and female firstnames for ru_RU

fix title method for sk_SK

update partially male and female firstnames for sr_*

update README

remove deprecated comments

update male and female firstnames and title for hy_AM

update male and female firstnames for uk_UA

add gender option to name formatter

fix PSR2 coding style

make gender option more simple and improve implementation

restore unknown gender firstnames into male and female firstnames list

update es_ES firstnames list

restore source link for sr_RS Person firstname provider

simplify Person name unit test
2014-04-14 09:10:25 +02:00
Stefano Sala
9c1c9b885e File provider - Check for return value of copy instead of a second call 2014-04-14 08:28:59 +02:00
Stefano Sala
b52ba738ba Removed phpDoc from readme 2014-04-14 08:27:44 +02:00
Stefano Sala
5cb638a54c Allowing empty parameters for File:file() provider 2014-04-14 08:25:00 +02:00
Stefano Sala
183d0bad97 Readme corrections for File provider 2014-04-14 08:25:00 +02:00
Stefano Sala
e976037f20 Check if source and target directories exist and using Uuid provider 2014-04-14 08:25:00 +02:00
Stefano Sala
b581de5dd1 Updated readme for fileCopy 2014-04-14 08:25:00 +02:00
Stefano Sala
4a919df3d2 Added fileCopy to File provider to simulate file upload 2014-04-14 08:24:59 +02:00
Hugo Fonseca
258eb619af fixed phoneNumber returns both fixed and mobile numbers and updated tests 2014-04-13 22:42:25 +01:00
Francois Zaninotto
ef047cc3ea Fix test failing due to bad luck
Sometimes shit happens... The Romanian national identity card number
generator generated a non-exisiting date (02/29/98). Fixing the seed
solves the problem.
2014-04-13 22:31:02 +02:00
Francois Zaninotto
675fe90cce Merge pull request #273 from terite/psr2
Sniff PSR-2 as part of travis + fixes + PR 210
2014-04-13 22:04:49 +02:00
Francois Zaninotto
bfa502d889 Reorder documentation
* Move more common formatters first
* make it obvious that `realTest` outputs real text
* reduce the image formatters doc (the readme doesn't replace the phpDoc)
2014-04-13 21:38:56 +02:00
Hugo Fonseca
0f369b5319 fixed namespace 2014-04-11 23:59:21 +01:00
Hugo Fonseca
40b2383bef added pt_pt phone number and tests 2014-04-11 23:33:44 +01:00
David Stensland
f4fc697af8 Allow more recent versions of PHPUnit 2014-04-07 01:27:54 -04:00
David Stensland
041cecffd6 psr-2 fixes 2014-04-07 01:27:54 -04:00
David Stensland
0b7de5c0e6 Add php_codesniffer and run before tests. run vendor PHPUnit, too 2014-04-07 01:27:54 -04:00
Lucas
73f0145585 Add PHPUnit 4.0.* to require-dev 2014-04-07 01:27:54 -04:00
Francois Zaninotto
a277bf23f9 Merge pull request #291 from cinan/patch-1
Fixing Internet provider for sk_SK locale
2014-04-04 10:07:01 +02:00
cinan
f43733a6ec Missing another letters containing diacritics
Letter 'ä' and 'Ä' were missing
2014-04-03 13:38:45 +02:00
cinan
c7efb35582 FIX: invalid email domain 2014-04-03 13:10:02 +02:00
cinan
123b248470 Missing some letters containing diacritics
Letter 'ľ' and 'Ľ' were missing
2014-04-03 13:07:31 +02:00
Francois Zaninotto
f607027269 Fix unit test due to fixed date 2014-04-01 22:16:52 +02:00
Francois Zaninotto
2fc67a37bd Merge pull request #290 from bjorntheart/bugfix/typo-in-tld
fix typo in en_ZA Internet provider
2014-04-01 17:09:42 +02:00
Bjorn Theart
40d8116e26 fix typo in en_ZA Internet provider 2014-04-01 11:07:36 +02:00
Francois Zaninotto
991e39d280 Merge pull request #289 from stof/patch-1
Fixed phpdoc for DateTime magic methods
2014-03-26 18:22:53 +01:00
Christophe Coevoet
08095b1a61 Fixed phpdoc for DateTime magic methods 2014-03-25 16:14:31 +01:00
Francois Zaninotto
392e191eba Merge pull request #286 from fzaninotto/seed_datetime_readme
add doc about seeding with maximum timestamp using dateTime formatters
2014-03-21 18:25:56 +01:00
Francois Zaninotto
3da8c930ed Fix code highlighting 2014-03-21 18:25:22 +01:00
Francois Zaninotto
98f400afc8 add doc about seeding with maximum timestamp using dateTime formatters 2014-03-21 18:22:03 +01:00
Francois Zaninotto
4ca3829d9d Fix coding standards (run php-cs-fixer) 2014-03-13 19:33:34 +01:00
Francois Zaninotto
3087b69d33 Fix coding standards on me_ME provider 2014-03-13 19:32:44 +01:00
Francois Zaninotto
82a4113124 Merge pull request #257 from ognjenm/master
Added ME (Montenegrian) localisation
2014-03-13 18:57:47 +01:00