-
Notifications
You must be signed in to change notification settings - Fork 3.6k
kk_KZ Company/person identification numbers unit tests #916
Conversation
Company/person identification number unit tests added .idea folder to .gitignore
@@ -1,2 +1,3 @@ | |||
.idea |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, please remove
@@ -52,7 +52,7 @@ public static function companyNameSuffix() | |||
/** | |||
* National Business Identification Numbers | |||
* | |||
* @link http://egov.kz/wps/portal/!utWCM/p/b1/04_Sj9Q1MjAwsDQ1s9CP0I_KSyzLTE8syczPS8wB8aPM4oO8PE2cnAwdDSxMw4wMHE08nZ2CA0KDXcwMgQoikRUYWIY4gxS4hwU4mRkbGBgTp98AB3A0IKQ_XD8KVQkWF4AV4LHCzyM_N1U_uKhUPzcqx83SU9cRANth_Rk!/dl4/d5/L0lHSkovd0RNQU5rQUVnQSEhLzRKVUUvZW4!/ | |||
* @link http://egov.kz/wps/portal/Content?contentPath=%2Fegovcontent%2Fbus_business%2Ffor_businessmen%2Farticle%2Fbusiness_identification_number&lang=en |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you explain this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Old link is outdated and wrong
use Faker\Provider\kk_KZ\Person; | ||
|
||
/** | ||
* Person test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
useless comment
use Faker\Provider\kk_KZ\Company; | ||
|
||
/** | ||
* Company test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
useless comment
} | ||
|
||
/** | ||
* @see \Faker\Provider\kk_KZ\Person::businessIdentificationNumber |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
useless comment
} | ||
|
||
/** | ||
* @see \Faker\Provider\kk_KZ\Person::individualIdentificationNumber |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
useless comment
Thanks! |
Some unit tests