Francois Zaninotto
c33f671cbf
Merge pull request #106 from foobugs/master
...
uuid provider
2013-02-11 00:48:53 -08:00
Maik Penz
64cb2172c2
added uuid to default providers
2013-02-06 09:14:15 +01:00
Maik Penz
5a7439ad1e
Make Base::numberBetween() 32bit compatible.
...
Changed default range of `Faker\Provider\Base::numberBetween()` to result in sequences that do not depend on word size.
2013-02-05 21:54:31 +01:00
Maik Penz
d24287d67a
Fixed range mistake.
2013-02-05 21:34:41 +01:00
Maik Penz
9362a18d60
32bit compat fix
...
Using PHP_INT_MAX caused uuid sequences that depend on word size.
2013-02-05 21:30:05 +01:00
Maik Penz
8a979bb5b9
Kindly asking travis to test again
...
Made a comment for explicit
2013-02-05 20:51:04 +01:00
Maik Penz
dc94119d7b
simplified uuid generation, fixed comments
2013-02-05 17:44:26 +01:00
Maik Penz
965367c8c4
uuid provider and test
2013-02-05 17:13:54 +01:00
Miloslav Nenadal
074ea0ac38
Added missing usings
2013-01-29 12:31:25 +01:00
Miloslav Nenadal
82f2555145
Improved Doctrine populator
...
* it now enables to call methods on entity wit generated arguments
* added posibility of creating unique ids if they are not auto generated
* added posibility to load more entities with one-to-one relationship
2013-01-29 11:20:20 +01:00
Miloslav Nenadal
6d051d4c6c
Temporary solution which allow to call method on entity with 1 parameter
...
* this will be solved later with arbitrary number of parameters
2013-01-25 15:40:42 +01:00
Francois Zaninotto
9d7bf61772
Merge pull request #101 from lysenkobv/master
...
Add some names, etc
2013-01-12 06:20:46 -08:00
Krzysztof Menżyk
2c51fec4dc
Fixed prefixes typos in 'pl_PL' Person provider
2013-01-11 13:40:39 +01:00
Emanuele Minotto
c3cd5ba33c
prefixes
2013-01-09 08:49:53 +01:00
Emanuele Minotto
5d21a9e039
added Emails and TLD
2013-01-09 08:38:39 +01:00
Bogdan Lysenko
3d6eb9133b
Update src/Faker/Provider/ua_UA/Person.php
...
Add some names
2013-01-02 14:17:12 +02:00
Francois Zaninotto
140b5d4d3f
Remove overspecialized formatters from nl_NL provider
...
Refs #63 , #95
2013-01-01 16:09:45 +01:00
Francois Zaninotto
a0fc7c2e09
Merge pull request #95 from WouterJ/dutch_provider_added
...
Added dutch provider (closes #63 )
2013-01-01 07:05:01 -08:00
Francois Zaninotto
f4ea726207
Fix UTF-8 bug
...
Closes #79
2013-01-01 16:02:18 +01:00
Francois Zaninotto
a3ae3c9a43
Fix broken unit tests by b502129bd10799c15eae4e991bdb44b6f6500d8b
...
Refs #97
2013-01-01 15:57:55 +01:00
Francois Zaninotto
1b7f8bd3b5
Fix Typo in Base Provider
...
Closes #80
2013-01-01 15:52:18 +01:00
Francois Zaninotto
3fccf09ae1
Fix warning in documentor
2013-01-01 15:51:54 +01:00
Francois Zaninotto
b502129bd1
Fix problem with French locale and documentor
...
Closes #97
2013-01-01 15:48:30 +01:00
Tristan LEMARTINEL
f8f12a38bc
Remove spaces in others generated emails.
2012-12-21 15:28:12 +01:00
Alexandre Segura
91e87aa0e0
Company Provider for french locale now returns valid SIREN/SIRET codes which verify the Luhn algorithm.
...
Added PHPUnit constraint to assert that a string is a valid code.
2012-12-18 20:37:52 +01:00
WouterJ
6eabe13a27
Added dutch provider ( closes #63 )
2012-12-17 19:23:00 +01:00
Francois Zaninotto
46a5171fe2
Merge pull request #87 from rsvasilyev/ua_providers
...
Added ua_UA provider
2012-12-14 07:32:39 -08:00
Roman Vasilyev
7b0cb531b2
Utils class become Transliteration
2012-12-12 21:35:08 +02:00
Roman Vasilyev
03c2656d05
street() method became streetName()
2012-12-12 21:20:23 +02:00
Roman Vasilyev
0d9262a90b
Unnecessary companySuffix() method removed
2012-12-12 21:05:33 +02:00
Roman Vasilyev
20f64107db
Unnecessary methods removed from Address provider
2012-12-12 20:28:21 +02:00
Roman Vasilyev
66a84156d3
Unnecessary company() method removed
2012-12-12 20:00:37 +02:00
Francois Zaninotto
9fc08f1d45
Merge branch 'master' of github.com:fzaninotto/Faker
2012-12-12 09:01:27 +01:00
Francois Zaninotto
a52a44508b
Fix issue in ipv4 formatter on 32 platforms
...
Patch from @pokmot.
Closes #93
2012-12-12 09:00:07 +01:00
Benjamin Grandfond
5a153a9b58
Add the type of the parameter of the Base::__construct method
2012-12-10 17:30:54 +01:00
Francois Zaninotto
d44f1340d9
More cs fixes
2012-12-10 16:17:57 +01:00
Francois Zaninotto
a35ab4064a
Fix cs in previous commit
2012-12-10 16:15:00 +01:00
Francois Zaninotto
9a61d6fa01
Merge pull request #85 from faridmovsumov/master
...
Added tr_TR Provider
2012-12-10 07:14:21 -08:00
Ferid Mövsümov
591a03e604
Fixed problem
2012-12-10 17:08:20 +02:00
Francois Zaninotto
7c26827802
Code cleanup
...
PAssed php-cs-fixer, fixed commas
2012-12-10 16:03:57 +01:00
Ferid Mövsümov
1f638a8947
Fixed problems
2012-12-10 16:37:44 +02:00
Ferid Mövsümov
82495bc7a1
Added phone number format
2012-12-10 15:31:48 +02:00
Ferid Mövsümov
12820746df
Added PhoneNumber provider for tr_TR
2012-12-10 15:25:47 +02:00
Ferid Mövsümov
28d1dad66a
Added Internet provider to tr_TR
2012-12-10 15:17:09 +02:00
Roman Vasilyev
d311285a0f
Inconsistent identation fixed
2012-12-03 20:12:09 +02:00
Roman Vasilyev
3ace02cfc4
Address and Company providers extend \Faker\Provider\Address and \Faker\Provider\Company now
2012-12-03 20:06:42 +02:00
Roman Vasilyev
fac7a27e35
Added missed file Utils.php
2012-12-03 19:21:27 +02:00
Roman Vasilyev
b0b6eb6029
Added ua_UA provider
2012-12-01 20:52:23 +02:00
Ferid Mövsümov
6054a705d1
Fixed namespace name
2012-11-30 13:52:56 +02:00
Ferid Mövsümov
227862223e
Added tr_TR provider
2012-11-30 13:16:31 +02:00